print "nLooping through the file, line by line."text_file = open("read_it.txt", "r")for line in text_file: print linetext_file.close()
Name (required)
email (will not be published) (required)
Website