Show Menu
Cheatography

Python Cheat Sheet (DRAFT) by

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

Input & Output

Input
input(­"­enter someth­ing­")
returns the input as string always
Output
print(­"you printe­d")
      

Operators

Addition
+
Substr­uction
-
Multip­lic­ation
*
Float Division
/
Int Devision
//
Exponent
**