Advertisement
here2share

# builtins2txt.py

Dec 10th, 2014
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # builtins2txt.py
  2.  
  3. open('e:\\Python\\09_builtins.txt','w').write('\n'.join(dir(__builtins__)))
  4. print open('e:\\Python\\09_builtins.txt').read()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement