Использование формата STR с переменной

name = input("What is your name")

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