Commit 89948885 by BellCodeEditor

save project

parent 3c61ac94
Showing with 14 additions and 0 deletions
n="python"
m="123456"
nn=input("用户名")
mm=input("密码")
while True:
if n==nn and m==mm:
print("登陆成功")
break
elif n!=nn:
print("用户名错误")
else:
print("密码错误")
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