Commit 5da92d86 by BellCodeEditor

save project

parent 15e532b2
Showing with 4 additions and 4 deletions
...@@ -15,13 +15,13 @@ def new(): ...@@ -15,13 +15,13 @@ def new():
else: else:
t.append(u) t.append(u)
return t return t
#w1=new w1=new()
#print(w1) print(w1)
def jjj(money): def jjj(money):
c=0 c=0
for i in money: for i in money:
c=c+i c=c+i
return c return c
#f=jjj(w1) f=jjj(w1)
#print(str(f)) print(str(f))
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