Nuacht

# The built-in function dir() is used to find out which names a module defines. # This is the one function in python which you should never forget. The good news is this also list the methods ...
We must look into dir (), __dict__ () and help () attribute/methods in python. They make it easy for us to understand how classes resolve various functions and executes code.