Commit 724f5ccc by BellCodeEditor

save project

parent 2ab64363
Showing with 3 additions and 3 deletions
...@@ -15,11 +15,11 @@ def new_input(): ...@@ -15,11 +15,11 @@ def new_input():
print(total) print(total)
x=new_input() x=new_input()
def and_new(total): #def and_new(total):
w=0 w=0
for i in total: for i in total:
w=w+i w=w+i
return w return w
p=and_new(x) #p=and_new(x)
print(p) #print(p)
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