Show Menu
Cheatography

Python summary sheet Cheat Sheet by

Math symbol

==
equal
!=
not equal to
<=
less than or equal to
>=
more than or equal to
%
Modulo
/
divide (decimal)
*
multiply
**
exponent (The power)
 

Vocabulary

variable
value (x)
string
"..."­ numbers, letters
Float number
Number with decimal
Integer number
Counting number
Modulo(%)
Finding the remainder
Boolean
True/False
length
The length of the string
 

Basic things python learner should KNOW

String
"..."­
Operators
and , or , not
Compar­ators
MATH symbol
User input
%s , Input
Condit­ionals
If,Eli­f,Else
   
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

            Python 3 Cheat Sheet by Finxter