IT How Tos

Home

About

Sitemap

Contact

Hello world in Python

Code

# This program prints Hello, world!

print('Hello, world!')

Saving

Execution

Reference