User:Strawkipedia/sandbox

Python edit

Python is a popular programming language.

Basic commands edit

Print edit

The most basic command in Python is print. Here's an example:

#Prints out "Hello, World!" to the console, without any quotation marks.
print"Hello, World!"

Maths edit

With Python, you can do maths easily. Python is a powerful calculator!