Commit 6a59f82c by BellCodeEditor

auto save

parent 186a50d1
Showing with 10 additions and 2 deletions
......@@ -13,6 +13,14 @@ def func():
else:
total.append(x)
return total
def fune(t):
c=0
for i in t:
c+=i
return c
t=func()
print(t)
\ No newline at end of file
a=fune(t)
print(a)
\ 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