Show Menu
Cheatography

Python (in progress) Cheat Sheet (DRAFT) by

A simple python cheat sheet

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

Arit­hme­tic

Addition
+
Subtra­ction
-
Multip­lic­ation
*
Expone­nti­ation
**
True division
/ ==> returns a floating number
Floor division
// ==> round down to highest integer not greater than the result

Arit­hme­tic

Addition
+
Subtra­ction
-
Multip­lic­ation
*
Expone­nti­ation
**
True division
/ ==> returns a floating number
Floor division
// ==> round down to highest integer not greater than the result