Commit 7160a6f1 by BellCodeEditor

save project

parent b5adf075
Showing with 5 additions and 1 deletions
......@@ -6,6 +6,9 @@ while Ture:
if name == username and password == userpassword:
print("登入成功")
break
elif name != ""
elif name != "python"
print("用户名错误")
else:
print("密码错误")
name = input("请输入用户名")
password = input("请输入密码")
\ 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