ng.py 108 Bytes Edit 1 2 3 with open(r'C:\Users\CM\Desktop\test.txt','a',encoding='uft-8') as file1: a=file1.read() print(a)