Commit 35245efc by BellCodeEditor

save project

parent 8be1a0e4
Showing with 14 additions and 0 deletions
username='SANS'
upassworserd='114514'
while True:
name=input("输入用户名")
mima=input("输入密码")
if name==username and mima==upassworserd:
print("成功登陆")
break
if name!=username:
print("账号错误")
if mima!=upassworserd:
print("密码错误")
print("555cxsr")
print("444")
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