Commit a6971db7 by BellCodeEditor

save project

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