Commit 71b4417a by BellCodeEditor

save project

parent 77737204
Showing with 4 additions and 0 deletions
...@@ -7,5 +7,8 @@ while True:# 请用input()实现用户输入账号、密码的功能 ...@@ -7,5 +7,8 @@ while True:# 请用input()实现用户输入账号、密码的功能
if name == username and userpassword == password: if name == username and userpassword == password:
print("登陆成功") print("登陆成功")
break break
if name != username:
print("rffgsfbtrhr")
if password != userpassword:
print("rffgsfbtrhr") print("rffgsfbtrhr")
print("hsrtgbsrthgrsthrtsgh") print("hsrtgbsrthgrsthrtsgh")
\ 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