Commit a0b16126 by BellCodeEditor

save project

parent 8446a2df
Showing with 10 additions and 0 deletions
......@@ -13,6 +13,15 @@ def func():
else:
total.append(x)
return total
def fune(t):
c=0
for i in t:
c+=i
return c
t=func()
a=fune()
print(t)
\ 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