chr(i) Return the string representing a character whose Unicode code point is the integer i. For example, chr(97)
locals() Update and return a dictionary representing the current local symbol table. Free variables are returned by locals()
memoryview(obj) Return a “memory view” object created from the given argument. See
class list([iterable]) Rather than being a function,
issubclass(class, classinfo) Return true if class is a subclass (direct, indirect or virtual)
callable(object) Return
class int(x=0) class int(x, base=10) Return an integer object constructed from a number or string x, or
ord(c) Given a string representing one Unicode character, return an integer representing the Unicode code point of that character
oct(x) Convert an integer number to an octal string. The result is a valid Python expression. If x is not a Python
tuple([iterable]) Rather than being a function,
Page 5 of 7