Commit cfc90ac1 by BellCodeEditor

auto save

parent a77e12c0
Showing with 2 additions and 1 deletions
...@@ -5,7 +5,7 @@ while True: ...@@ -5,7 +5,7 @@ while True:
if unit== 'q': if unit== 'q':
break break
except: except:
input("请输入整数")
else: else:
total.append(unit) total.append(unit)
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