Everything is an Object
dir(<thing>)
Shows all methods/variables of a thing
class.__base__
Get the root class of a class. Can be used in any class to escape from the class. You can execute a os.system command from print by doing: