f = open("E:\python\lingaraj1.txt","rt") print(f.read()) f.close()