index
:
cs50.git
main
CS50 Free Online Harvard Class
Miau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wk6
/
lect
/
sentimental-hello
/
hello.py
blob: 9ab3d2cc55a536f8b2478eeca42cb5eff5f1af0a (
plain
)
1
2
answer = input("What's your name? ") print(f"hello, {answer}")