Commit 4ae2d8bd by BellCodeEditor

save project

parent 6b9cbd0f
Showing with 8 additions and 2 deletions
# with # filel=open(r'C:\Users\玛酷机器人\Desktop\pygame_lesson10_test.txt','w',encoding='utf-8')
\ No newline at end of file # filel.write('小兰:12本')
# filel.write('小丽:11本')
# filel.write('李文:9本')
# filel.write('张伟:16本')
with open(r'c:\Users\CM\Desktop\text.txt','a',encoding='utf-8') as file:
filel.write('小兰:12本\n')
\ 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