Commit 05c02da3 by BellCodeEditor

save project

parent 4d5cd6e1
Showing with 9 additions and 2 deletions
total = [] total = []
def sb():
while True():
unit=input("价格多少")
if unit==("p"):
break
else:
total.append(total)
sb():
print(total) 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