Commit e7bf9114 by BellCodeEditor

save project

parent ad88474a
Showing with 6 additions and 6 deletions
......@@ -14,8 +14,8 @@ def a():
finally:
print("-"*30)
return total
p=a()
c=0
for b in p:
c=c+b
print(c)
\ No newline at end of file
prize=a()
result=0
for data in prize:
result=result+data
print(result)
\ 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