Commit 10a60323 by BellCodeEditor

save project

parent cc07f6fc
Showing with 2 additions and 2 deletions
......@@ -4,9 +4,9 @@ while True:
name = input("请输入用户名:")
password = input("请输入密码")
if name == username and password == userpassword:
print("恭喜你,登陆成功 j")
print("恭喜你,登陆成功 ,😊😊")
break
else name!=username:
elif name!=username:
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