Commit 7470872c by BellCodeEditor

save project

parent 16082a60
Showing with 7 additions and 7 deletions
bo kijojo bo ki
\ No newline at end of file jojo
Dio
\ No newline at end of file
# 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'李文:9本'、'张伟:16本' # 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'李文:9本'、'张伟:16本'
s = open('dio.txt','w') with open('dio.txt','a') as s:
s.write('bo ki \n') s.write('Dio')
s.write('jojo') \ No newline at end of file
s.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