ff.py 84 Bytes Edit 1 2 3 a=open(r'D:\Desktop\nami.txt','a',encoding='utf-8') a.write('sawfhfs\n') a.close()