Commit 81deaa7e by BellCodeEditor

auto save

parent 490d7b86
Showing with 10 additions and 2 deletions
...@@ -17,4 +17,13 @@ def new_input(): ...@@ -17,4 +17,13 @@ def new_input():
return new_input return new_input
new_input() new_input()
a=nuew_input() a=nuew_input()
print(a) print(a)
\ No newline at end of file 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