dir() and help() functions interactive aids : Help : Development PYTHON examples


PYTHON examples » Development » Help »

 

dir() and help() functions interactive aids


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)




           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Development
» Help