Commit 3d4b2cbe by BellCodeEditor

save project

parent 5cffccad
Showing with 11 additions and 1 deletions
def xxx():
total = []
while True:
unit= input("几块:")
if unit=="q":
break
else:
total.append(unit)
input(total)
xxx()
\ 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