PYTHON_101 | EXAMPLE 1 - HELLO_WORLD.PY
SMARS Learning Platform
42% Complete
PYTHON_101 | EXAMPLE 1 - HELLO_WORLD.PY
Type of the program below into your Python Editor
# Hello World
# Python_101
print("Hello, world!")
Save the file and then run it either from the editor or from the command line:
python3 hello_world.py
Downloads |