Commit 9145a4d7 by BellCodeEditor

save project

parent 445f6d9d
Showing with 6 additions and 0 deletions
......@@ -12,6 +12,12 @@ def new_input():
else:
total.append(unit)
return total
def sum():
count=0
for i in money:
count=count+i
return count
a=new_input()
print(a)
......
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