File: class/Extras/Other/PriorClasses/oracle-aug12/script1.py
print 2 ** 100 print 'spam!' * 8 import os print os.getcwd() x = 'NI' print 'spam' + x