PyTutorial

Hello World

#The Classic

The simplest valid program in Python.

python
print("Hello, World!")