# a comment line print 2 ** 100 import os print os.getcwd() # display cwd X = 'SPAM' print X * 8