Jishnu Singiresu's First Jupyter Notebook with Python Code Aug 21, 2022 • 1 min read x = "Hello, World!" print(x) y = input("How is the weather today?") print("Nice!") Hello, World! Nice!