3.Explain how to display a directory of all the functions in each module. code example Example: how to know all methods in a module in python >>> import re >>> dir(re)