Commit 724f5ccc by BellCodeEditor

save project

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