Commit a6971db7 by BellCodeEditor

save project

parent c23bab42
Showing with 4 additions and 8 deletions
def sum(money): file1= open(r'C:\Users\Lenovo\Desktop\ufo.txt','w',encoding='utf-8')
count=0 file1.write('小米捐赠9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999本书')
for i in money: file1.close()
count=count+i \ No newline at end of file
return count
money=[79,79,79,79,79]
sum(money)
print(sum(money))
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