Commit 57db5ba2 by BellCodeEditor

auto save

parent 99c35686
Showing with 163 additions and 3 deletions
# 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'杰哥:9本'、'阿伟:16本'
sbbbbb=
\ No newline at end of file
# 写入同学们的捐赠明细:'大sb:12本'、'肥猪:11本'、'杰哥:9本'、'阿伟:16本'
sja=open(r"C:\Users\Administrator\Desktop\book.txt",'w',encoding='utf-8')
sja.write('大sb,12本\n')
sja.write('肥猪,11本\n')
sja.write('杰哥,9本\n')
sja.write('阿伟,16本\n')
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