Commit 38e4dc0f by BellCodeEditor

save project

parent 28305e7f
Showing with 5 additions and 1 deletions
......@@ -7,8 +7,12 @@ while True:
if nome==username and passwort==userpassword
print("登陆成功")
break
print(重新登录)
if nome!=username:
print("登陆失败")
if passwort!=userpassword
print("登陆失败")
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