summaryrefslogtreecommitdiff
path: root/wk6/lect/sentimental-hello/hello.py
blob: 9ab3d2cc55a536f8b2478eeca42cb5eff5f1af0a (plain)
1
2
answer = input("What's your name? ")
print(f"hello, {answer}")