Pourquoi écrivons-nous F Avant Double Quotes in Print Statement en Python

## calling the function using f-string
name = "Datacamp"
print(f"{greet(name)}")
talos robo