Commit c3d12b3b by BellCodeEditor

save project

parent f45c8396
Showing with 10 additions and 0 deletions
......@@ -17,3 +17,12 @@ def nem_input():
result=nem_input()
print(result)
def sum(monev):
count=0
for i in money:
count=count+1
return count
price=nem_input()
pay=sum(price)
print(sty(pay)+"元")
\ 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