Commit 9f4d52c2 by BellCodeEditor

save project

parent 4e398a77
Showing with 2 additions and 2 deletions
...@@ -3,8 +3,8 @@ w="123456" ...@@ -3,8 +3,8 @@ w="123456"
while True: while True:
zhang = input("账号:") zhang = input("账号:")
mi = input("密码:") mi = input("密码:")
if(n == zhang)or(w == mi) if(n == zhang)or(w == mi):
print("登录成功") print("登录成功")
break
else: else:
print("bug") print("bug")
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