Commit 946449f4 by BellCodeEditor

save project

parent e997d17d
Showing with 6 additions and 2 deletions
......@@ -5,4 +5,8 @@ while True:
pas = input("请输入密码")
if name==username and pas==userpassword:
print("登录成功")
break
\ No newline at end of file
break
if name!=username:
print("输入账号错误")
if pas!=userpassword:
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