Files
P0/python_basics/helloWorld.py
T
2019-02-20 15:09:59 -08:00

4 lines
73 B
Python

# Comment: This is a fairly simple Python script
print('Hello, World!')