IT How Tos
Home
About
Sitemap
Contact
Hello world in Python
Creating a
"hello world"
script
in
Python
Code
# This program prints Hello, world! print('Hello, world!')
Saving
Save as a
python script file – script.py
Execution
executing a python script
Reference
Programiz tutorial