Commit f7845f88 by BellCodeEditor

save project

parent 5811cf5e
Showing with 8 additions and 9 deletions
c=[]
def sum(): def sum():
total = []
while True: a=input('请输入价格:')
unit= input("请输入:") c.append()
if unit== 'q': return c
break
else: print(c)
total.append(unit) \ No newline at end of file
print(total)
\ 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