Commit 3313b409 by BellCodeEditor

save project

parent eb332708
Showing with 5 additions and 1 deletions
...@@ -5,5 +5,8 @@ while True: ...@@ -5,5 +5,8 @@ while True:
password=("请输入密码:") password=("请输入密码:")
print("登录完成") print("登录完成")
break break
print("用户名") if name !=username:
print("用户名正确")
if password !=userpssword:
print("用户名错误")
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