cs50/hello.py

2 lines
62 B
Python

answer = input("What's your name? ")
print(f"Hello {answer}!")