Utilisation du format Str avec variable

name = input("What is your name")

print(f"hello, {name}")
Outstanding Opossum