Commit 0d6867c2 by BellCodeEditor

save project

parent 1bb748c5
Showing with 10 additions and 5 deletions
x="abcde" x="abcde"
y=54188 y=54188
w=input("输入账号:")
z=input("输入密码:") while True:
if w==x and z==y: w=input("输入账号:")
print("登录成功") z=input("输入密码:")
\ No newline at end of file if w==x and z==y:
print("登录成功")
break
print("登录失败")
print("欢迎")
\ 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