Commit 2b354099 by BellCodeEditor

auto save

parent b469c878
Showing with 9 additions and 1 deletions
...@@ -5,6 +5,13 @@ def liuBzeshiSB(): ...@@ -5,6 +5,13 @@ def liuBzeshiSB():
if unit== 'q': if unit== 'q':
break break
else: else:
total.append(unit) try:
unit=int(unit)
except:
print("价钱!!!!!")
else:
total.append(unit)
print("-"*30)
print(total) print(total)
liuBzeshiSB() liuBzeshiSB()
\ 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