f = open('/u1/junk/shakespeare.txt', 'r')
all = f.read()
f.close()

#print(all)
print(all[:100])