Commit e7bf9114 by BellCodeEditor

save project

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