Python Hello Aug 24, 2022 • 1 min read markdown week 1 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