staticmethod(function) Return a static method for function. A static method does not
abs(x) Return the absolute value of a number. The argument may be an integer or a floating point number. If the argument is
enumerate(iterable, start=0) Return an enumerate object. iterable must be a sequence, an
class float([x]) Return a floating point number constructed from a number or string x. If
len(s) Return the length (the number of items) of an object. The argument may be a sequence (such as a string, bytes, tuple
filter(function, iterable) Construct an iterator from those elements of iterable for which function returns
hasattr(object, name) The arguments are an object and a string. The result is True if the string is the name of
class frozenset([iterable]) Return a new
class bool([x]) Return a Boolean value, i.e. one of True or False. x is converted using the
ascii(object) As repr(), return a string containing a printable representation of an object, but escape the non-ASCII
Page 2 of 7