Commit 83363a1a by BellCodeEditor

auto save

parent de186efc
Showing with 8 additions and 7 deletions
......@@ -15,13 +15,13 @@ def W():
print('=====================')
return x
def sum(sun):
co=0
for i in sun:
co=co+i
return co
def sum(money):
count=0
for i in money:
count=count+i
return count
poo=W()
print(poo)
py= sum(poo)
print('你消费了'+str(py))
print(py)
\ 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