Commit 38d9b752 by BellCodeEditor

save project

parent 681b7eb5
Showing with 14 additions and 3 deletions
import func #开启文件
print('愺') filel=open('C:\\Users\\EDZ\\Desktop\\book.txt','w',encoding='utf-8')
\ No newline at end of file filel.write('小兰:12本\n')
filel.write('小丽:11本\n')
filel.write('李文:9本\n')
filel.write('张伟:16本\n')
#关闭文件
filel.close()
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