Commit 5b8ba2c1 by BellCodeEditor

save project

parent 532ba219
Showing with 6 additions and 0 deletions
......@@ -9,6 +9,11 @@ while True:
print("恭喜进入")
break
print("不对")
if username!=name
print("名字不对")
if userpassword==password :
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