Commit 2d6a2c31 by BellCodeEditor

auto save

parent dc70412a
Showing with 29 additions and 0 deletions
def new_input():
while True:
total = []
unit= input("请输入:")
if unit== 'q':
break
else:
try:
unit=int(unit)
except:
print("输入错误")
else:
total.append(unit)
print("-"*30)
print(total)
return total()
total()=new_input()
print(fbh[0])
def sz(q):
bbb=0
for i in q
bbb=bbb+1
return bbb
sss()=new_input()
sz=sum(sss)
print("你一共消费了"+str(sz)+"元!快付钱!不然就滚!")
\ 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