summaryrefslogtreecommitdiff
path: root/wk6/lect/sentimental-hello/hello.py
blob: b3c15b96cbdf0780810f9772dc9f45830037dcde (plain)
1
2
3
4
from cs50 import get_string

answer = get_string("What's your name? ")
print("hello, " + answer)