First Jupyter Notebook Test, Showcasing PythonA small test of Python by printing "Hello World!". Aug 21, 2022 • 1 min read Trimester 1 Python Tri 1 Assignments Sample Python Code to Print "Hello World!" var = "Hello World!" print(var) Hello World! Above you can see the output of the code.