Commit 906ed5b1 by BellCodeEditor

save project

parent 79461720
Showing with 16 additions and 0 deletions
user="6"
mima="1111"
while True:
user1=input("用户名")
mima1=input("密码")
if user1==user and mima1==mima:
print("登录成功")
break
elif user1!=user:
print("用户名错误")
else:
mima1!=mima
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