Commit f2cf8e2d by BellCodeEditor

save project

parent e220ac68
Showing with 5 additions and 3 deletions
with open('d:\\桌面\\a.txt','a',encoding='utf-8') as ab: with open('d:\\桌面\\a.txt','r',encoding='utf-8') as ab:
ab.write("沙堆,12 34 45 67 80 97") a=ab.readlines()
\ No newline at end of file for i in a:
print(i)
\ 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