fhandle = open("alice.txt", "r") fcontents = fhandle.read() print(fcontents) fhandle.close()