print ("Hello World!")
Hello World!
print ("Welcome to my Jupyter Notebook")
Welcome to my Jupyter Notebook

Math Command

msg = 5

print (msg+5)
10