Commit 01d0f2f4 by BellCodeEditor

save project

parent f0c75c2c
......@@ -19,6 +19,6 @@ def sum(money):
for i in money:
count=count+i
return count
xxx=new_input()
xx=sum(xxx)
print("您一共消费了"+str(xx)+"元!扫码还是现金呢?")
\ No newline at end of file
#xxx=new_input()
#xx=sum(xxx)
#print("您一共消费了"+str(xx)+"元!扫码还是现金呢?")
\ No newline at end of file
import func
xxxxx=func.new_input()
xxxx=func.sum(xxxxx)
print("游泳选手的总分是"+str(xxxx)+"分")
\ 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