Commit cba732be by BellCodeEditor

save project

parent 91cdfd29
Showing with 3 additions and 9 deletions
......@@ -11,12 +11,6 @@ def new_input():
print('no')
else:
total.append(t)
return total
def c(p):
f=0
for i in p:
f=i+f
return f
a=new_input()
o=c(a)
print(o)
print(total)
new_input()
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