Commit 8446a2df by BellCodeEditor

save project

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