File Python


print "Opening and closing the file."
text_file = open("read_it.txt", "r")
text_file.close()