Commit 7a5132fa by BellCodeEditor

save project

parent 6fdcc5ce
import func
date=func.new_input()
score=func.sum(date)
print('分数'+str(score))
\ No newline at end of file
...@@ -21,4 +21,6 @@ def sum(money): ...@@ -21,4 +21,6 @@ def sum(money):
return count return count
price=new_input() price=new_input()
pay=sum(price) pay=sum(price)
print(''+strcpay)+'元') print(''+str(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