Advertisement
here2share

# print_main_dir.py

May 11th, 2015
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. # print_main_dir.py
  2.  
  3. for i in dir("__main__"):
  4.     print i
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement