Hello World Flashcards
Means there is something wrong with the way your program is written
SyntaxError
When the python interpreter sees a word it does not recognize
NameError
Is a whole number has no decimal point and contains all counting numbers as well as their negative counterparts and the number zero
int
Is a decimal number, it can be used to represent fractional quantities as well as precise measurements
Float
**
Notation for exponent
+
Notation for Concatenation
The process of combining two strings
Concatenation
Adds space between the two strings
“ “
Converts variables that are not strings to strings
str()
Adds and updates the variable
+=
The notation for multi-line strings
“”” or ‘’’
The full string does not end until the next triple quote marks, despite there being more than one string
Multi-line strings