menggunakan format str dengan variabel

name = input("What is your name")

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