Commit 23431279 by BellCodeEditor

save project

parent 05e88803
Showing with 40 additions and 2 deletions
......@@ -12,5 +12,43 @@ def new_input():
else:
total.append(unit)
return total
n = new_input()
print(n)
a = new_input()
def sum(num):
count=0
for i in num:
count=count+i
return count
pay=sum(a)
print(pay)
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