1/29
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
pop()
Removes and returns the element at the end of a list (or specific index)
Mutator methods
Methods that change the state of an object and usually return None
Modulo operator %
Returns the remainder of standard division between two numbers
abs()
Takes a number as input and returns its absolute value
Function returning pairs containing a count and the value from an iterable