print 2 ** 100 print 'spam!' * 8 import os print os.getcwd() x = 'NI' print 'spam' + x