python print hello

- toc: true
- branch: master
- badges: true
- comments: true
- author: Claire Chen
- categories: [fastpages, jupyter]
print ("hello")
hello
msg = input("Enter a greeting: ")
print(msg)
hello