Commit 48ac18ad by BellCodeEditor

save project

parent f3c8fbc8
Showing with 1 additions and 1 deletions
...@@ -15,4 +15,4 @@ else: ...@@ -15,4 +15,4 @@ else:
password = input("请问密码是?") password = input("请问密码是?")
if username == name and userpassword == password: if username == name and userpassword == password:
print("登陆成功") print("登陆成功")
stop() break
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