Commit 0972037f by BellCodeEditor

save project

parent e9422769
import func
data=func.new_input()
score=func.sum(data)
print('分数为'+str(score))
\ No newline at end of file
print('分数为:'+str(score))
\ No newline at end of file
......@@ -22,6 +22,11 @@ def sum(money):
price=new_input()
sum(price)
pay=sum(price)
#print('消费了'+str(pay)+'元')
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