User:Strawkipedia/sandbox

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Python[edit | edit source]

Python is a popular programming language.

Basic commands[edit | edit source]

Print[edit | edit source]

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 | edit source]

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