Commit 306049c0 by BellCodeEditor

save project

parent 916151b8
Showing with 6 additions and 8 deletions
...@@ -14,10 +14,8 @@ while True: ...@@ -14,10 +14,8 @@ while True:
if password !== userpassword: if password !== userpassword:
prinht("用户名和密码错误!请重新输入") prinht("用户名和密码错误!请重新输入")
else: else:
print print
try: exit
pass print
except expression as identifier:
pass
finally: \ No newline at end of file
pass
\ 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