Commit 2f25d0db by BellCodeEditor

save project

parent 6eb8c27a
...@@ -22,6 +22,4 @@ def sum(money): ...@@ -22,6 +22,4 @@ def sum(money):
return count return count
price=new_input() price=new_input()
pay=sum(price) pay=sum(price)
print("你还了"+str(pay)+"元,还欠一亿,还欠今天别想走了,你要板刀面还是馄饨?") #print("你还了"+str(pay)+"元,还欠一亿,还欠今天别想走了,你要板刀面还是馄饨?")
\ No newline at end of file
import func
data=func.new_input()
score=func.sum(data)
print("它的总分为"+str(score))
\ 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