Commit ad88474a by BellCodeEditor

save project

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