Cheatography
https://cheatography.com
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 |
Comparators |
MATH symbol |
User input |
%s , Input |
Conditionals |
If,Elif,Else |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets