Commit 3a67389b by BellCodeEditor

save project

parent ed8ded8b
Showing with 3 additions and 1 deletions
......@@ -13,10 +13,12 @@ def a():
return total
def yuan(d):
c=0
for i in b:
for i in d:
c=c+i
return c
b=a()
e=yuan(b)
print(e)
......
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