myfile.read() python examples Example: file.open("file.txt); myfile = open("example.txt") txt = myfile.read() print(txt) myfile.close()