Commit 86f372fc by BellCodeEditor

save project

parent 906f29c3
Showing with 2 additions and 2 deletions
...@@ -8,8 +8,7 @@ while True: ...@@ -8,8 +8,7 @@ while True:
unit=int(unit) unit=int(unit)
except: except:
print('输入有误') print('输入有误')
print('*'*30)
else: else:
print('*'*30)
total.append(unit) total.append(unit)
print('*'*30)
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