Commit ea9f8536 by BellCodeEditor

save project

parent 29bc486b
Showing with 5 additions and 5 deletions
# 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'李文:9本'、 # 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'李文:9本'、
filel=(r'C:\Users\Administrator\Desktop') filel=(r'C:\Users\Administrator\Desktop')
filel.write('小兰:12本' filel.write('小兰:12本')
'小丽:11本' filel.write('小丽:11本')
'李文:9本') filel.write('李文:9本')
filel.cloes() filel.close()
\ No newline at end of file \ 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