Commit c14b63f1 by BellCodeEditor

save project

parent 802d4750
Showing with 6 additions and 2 deletions
# 写入同学们的捐赠明细:'小兰:1234本'、'小丽:11123本'、'李文:934本'、'张伟:16123本'
open("C:\Users\GT\Desktop\pen")
\ No newline at end of file
asdfg=open(r"C:\Users\GT\Desktop\asdf.txt","w",encoding='utf-8')
asdfg.write('吴卓和:1\n')
asdfg.write('吴卓州:10000\n')
asdfg.write('吴卓和:9999\n')
asdfg.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