Commit 7cf38bcf by BellCodeEditor

save project

parent d3aa8666
Showing with 4 additions and 15 deletions
a="python"
b="123456"
while True:
aa=input("请输入用户名")
bb=input("请输入密码")
if a==aa and b==bb:
print("登陆成功")
break
elif a!=aa:
print("用户名错误")
else:
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