'''
Created on Dec 8, 2016

@author: susiechoi
'''
print "POEM 1: 'Finally'"
print "Finally got it"
print "Dictionaries are easy" 
print "Time to do README"
print ""
print "POEM 2: 'The Green Life'" 
print "No fear of for loops"
print "I know what all my code means"
print "And look! It's all green"
print ""
print "POEM 3: 'It's More Than A Snake'"
print "Life before CompSci"
print "Python was just a reptile"
print "I know better now"


