Commit 8446a2df by BellCodeEditor

save project

parent 6a59f82c
Showing with 2 additions and 10 deletions
......@@ -13,14 +13,6 @@ 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(t)
print(a)
\ No newline at end of file
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