Intro to Python

Your first program

print("Hello, world!")
Tip: Use the arrow keys or space/shift+space to navigate.

Variables

message = "Hi"
count = 3
pi = 3.14159

Notes:

1 / 1