Commit 5df5ceed by BellCodeEditor

save project

parent ab5160aa
Showing with 5 additions and 1 deletions
......@@ -15,5 +15,8 @@ def new_input():
return total
a=new_input()
print(a)
b=0
for i in a:
b+=i
print(b)
\ 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