f = open("poem.txt")
# some more python commands
f.close()
# other code
