Commit 1d8ba3ae by BellCodeEditor

auto save

parent 4ecd0d50
Showing with 9 additions and 0 deletions
aaa=(['wedgaz','afsfsz','afssdza','ase6yrhdnbtseAS5r','hjmntds','z rtgyhgdsvzre','tuijmhvncx'])
with open('txt.txt',"w",encoding="utf-8") as a:
a.writelines(aaa)
with open('txt.txt',"r",encoding="utf-8") as b:
bb=b.readlines()
print(bb)
\ No newline at end of file
wedgazafsfszafssdzaase6yrhdnbtseAS5rhjmntdsz rtgyhgdsvzretuijmhvncx
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment