Cheatography
https://cheatography.com
Addition
string + string |
combine together |
string + number |
crash |
number + number |
add (math) |
Functions
print() |
displays information on the screen |
input() |
receives information from the user |
int() |
converts a value to an integer (no decimal, no rounding) |
float() |
number with decimal |
# |
comment (not affect script) |
|
|
Vocabulary
variable |
holds a value and can be changed |
string |
a list of characters such as numbers, letters, symbols |
|
|
Multiplication and Exponents
string * number |
combine that string multiple times |
string * string |
crash |
number * number |
math - multiply |
string ** string |
crash |
number ** number |
math - exponents |
string ** number |
crash |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
More Cheat Sheets by win1999