Commit 923c80d3 by BellCodeEditor

auto save

parent d77e51ae
Showing with 4 additions and 5 deletions
total = []
try:
unit= input("请输入:")
except:
print("输入错误,请输入整数")
else:
total.append(unit)
total.append(unit)
print(total)
print("1"*30)
\ 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