Commit a95409a3 by BellCodeEditor

save project

parent 62a38ddc
Showing with 6 additions and 4 deletions
import func
data=func.new_input()
score=func.sum(data)
print('这位傻逼的总分为'+str(score))
\ No newline at end of file
......@@ -23,6 +23,3 @@ def jntm(unit):
for i in unit:
count=count+i
return count
price = new_input()
pay = jntm(price)
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