open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=None) Open file and
compile(source, filename, mode, flags=0, dont_inherit=False, optimize=-1) Compile the source into a code or AST object
sorted(iterable[, key][, reverse]) Return a new sorted list from the items in iterable. Has
help([object]) Invoke the built-in help system. (This function is intended for interactive use.) If no argument is given, the
input([prompt]) If the prompt argument is present, it is written to standard output without a trailing newline. The
next(iterator[, default]) Retrieve the next item from the iterator by calling its
class bytearray([source[, encoding[, errors]]]) Return a new array of bytes. The bytearray class is a mutable sequence
super([type[, object-or-type]]) Return a proxy object that delegates method calls to a parent or sibling class of type
Page 7 of 7