dir() and help() functions interactive aids
#dir() and help() functions interactive aids for working #with large modules like os: import os dir(os) help(os)