Commit ad88474a by BellCodeEditor

save project

parent df19faeb
Showing with 5 additions and 2 deletions
......@@ -15,4 +15,7 @@ def a():
print("-"*30)
return total
p=a()
print(p)
\ No newline at end of file
c=0
for b in p:
c=c+b
print(c)
\ 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