Commit 2bad57c3 by BellCodeEditor

save project

parent bc92f709
import func
data=func.new_input()
score=func.sum(data)
print("你一共得了"+str(score))
\ No newline at end of file
......@@ -22,10 +22,4 @@ def sum(money):
return count
price=new_input()
pay=sum(price)
print("您一共消费了"+str(pay))
#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