Show Menu
Cheatography

My python cheat sheet - noey Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Addition

string + string
combine together
string + number
crash
number + number
math - addition
 

Vocabulary

Variable
holds a value and can be changed.
String
a list of characters such as numbers, letters, symbols.
Python
an interp­reted, object­-or­iented progra­mming language similar to PERL, that has gained popula­rity.
Print
a command that will show the commanded contents that you wrote in.