Commit 1a71d0f5 by BellCodeEditor

save project

parent cc446b5d
Showing with 8 additions and 3 deletions
# 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'李文:9本'、'阿伟:16本' # 写入同学们的捐赠明细:'小兰:38本'、'小丽:11本'、'李文:45本'、'阿伟:14本'
SB(r'') SB=open(r'C:\Users\Administrator\Desktop.新建文本文档.txt','w',encoding='utf-8')
\ No newline at end of file SB.write('小兰38本\n')
SB.write('小丽11本\n')
SB.write('李文45本\n')
SB.write('阿伟14本\n')
SB.closed()
\ 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