Essential Terms
Completion requirements
Browse the glossary using this index
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL
M
math modulea standard Python module providing mathematical functions such as sqrt and cos | |
method | |
mutableable to be changed after creation (lists and sets are mutable) | |