Python Hello World

| Category: Python


Hello World! Here is some basic Python action to get you started.

print("Hello World!")

Copy this code, save it as helloworld.py on your computer, and run it with python3 helloworld.py

(Make sure you have python installed on your computer first!)