My First NotebookUsing Python & VS Code for my fastpages blog. Aug 22, 2022 • Dillon Lee • 1 min read CSP Assignments Week 1 Math Command print ("Hello World!") Hello World! print ("Welcome to my Jupyter Notebook") Welcome to my Jupyter Notebook Math Command msg = 5 print (msg+5) 10