Commit d5be04e8 by BellCodeEditor

save project

parent 3cc82fd8
Showing with 4 additions and 4 deletions
......@@ -14,7 +14,6 @@ def new_input():
return unit
new_input()
count=0
for i in total:
int
count=count+i
print(count)
for i in total:
count=count+int(i)
print(count)
\ No newline at end of file
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