Files
CS50---Harvard/Python/hello.py
T
2026-06-07 17:56:47 +00:00

4 lines
64 B
Python

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