File: class/Extras/Other/PriorClasses/t2-vancouver-oct15/script1.py

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



[Home page] Books Code Blog Python Author Train Find ©M.Lutz