Commit 81deaa7e by BellCodeEditor

auto save

parent 490d7b86
Showing with 9 additions and 0 deletions
...@@ -18,3 +18,12 @@ def new_input(): ...@@ -18,3 +18,12 @@ def new_input():
new_input() new_input()
a=nuew_input() a=nuew_input()
print(a) print(a)
def sum(money):
count=0
for i in money:
count=count+1
return count
price=new_input()
pay=sum(price)
print("一共"+str(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