Commit 0eea87a3 by BellCodeEditor

save project

parent 234f0837
Showing with 9 additions and 4 deletions
for a in range(100):
with open(r'D:\Desktop\nami.txt','a',encoding='utf-8') as a:
a.write('ZZH宇宙第一帅ψ(`∇´)ψZZH宇宙第一帅ψ(`∇´)ψZZH宇宙第一帅ψ(`∇´)ψZZH宇宙第一帅ψ(`∇´)ψZZH宇宙第一帅ψ(`∇´)ψZZH宇宙第一帅ψ(`∇´)ψZZH宇宙第一帅ψ(`∇´)ψ\n')
\ No newline at end of file
a=open(r'D:\Desktop\nami.txt','w',encoding='utf-8')
a.write('sawfhfs')
a=open(r'D:\Desktop\nami.txt','r',encoding='utf-8')
\ No newline at end of file
a=open(r'D:\Desktop\nami.txt','a',encoding='utf-8')
a.write('sawfhfs\n')
a.close()
\ 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