Commit 4bf07c07 by BellCodeEditor

save project

parent 3dc3bfab
Showing with 7 additions and 2 deletions
...@@ -14,4 +14,9 @@ def func(): ...@@ -14,4 +14,9 @@ def func():
return total return total
t=func() t=func()
print(t) def fund():
\ No newline at end of file a=0
for i in t:
a=a+i
return a
e=fund()
\ 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