Commit 754c1428 by BellCodeEditor

save project

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