Commit 09913b96 by BellCodeEditor

save project

parent 5de0e0aa
Showing with 3 additions and 3 deletions
...@@ -6,10 +6,10 @@ def new_input(): ...@@ -6,10 +6,10 @@ def new_input():
except: except:
if unit== 'q': if unit== 'q':
break break
else:
print('请输入整数~')
else: else:
total.append(unit) print('请输入整数~')
else:
total.append(unit)
print(total) print(total)
total = [] total = []
......
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