Learning Python: Hello World
let’s get it out of the way
in terminal run helloworld.py
print("Hello World")
To execute
$ python helloworld.py
let’s get it out of the way
in terminal run helloworld.py
print("Hello World")
To execute
$ python helloworld.py