first =  "Hello World!"
print(first)
Hello World!

Jupyter Notebook seems to be working fine for Python

second = "Hey, I'm Dylan"
print(second)
Hey, I'm Dylan