pythonreference.com
search statements, functions, methods, exceptions*
hide categories% modulus operator | remainder from division of two numbers |
'in' membership test with strings or containers | search for an item in a string or container |
* (string repetition operator) | repeat a string multiple times |
* numeric multiplication operator | multiply one number by another |
** exponent operator | raise one number to power of another |
+ numeric addition operator | add two numbers together |
+ with lists or tuples | concatenate two lists or tuples |
+ with strings | concatenate two strings into a new string |
- subtraction operator | subtract one number from another |
/ division operator | divide one number by another |