Commit 747d178e by BellCodeEditor

auto save

parent 2cd3b63d
Showing with 5 additions and 0 deletions
......@@ -5,6 +5,11 @@ def news():
if b=='d':
break
else:
try:
b=int(b)
except:
print('重写菜单')
else:
total.append(b)
print(total)
news()
......
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