Commit 5da92d86 by BellCodeEditor

save project

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