import os, sys print 'my os.getcwd =>', os.getcwd() print 'my sys.path =>', sys.path[:6] raw_input() # wait for keypress if clicked