Commit ac1a0d48 by BellCodeEditor

save project

parent 4be76aa8
Showing with 5 additions and 4 deletions
...@@ -6,7 +6,8 @@ while True: ...@@ -6,7 +6,8 @@ while True:
if name==username and userpassword ==password if name==username and userpassword ==password
print("登陆成功") print("登陆成功")
break break
if username="sb" if name=username:
print("用户名不存在,请重新输入") print("用户名不存在,请重新输入")
if password="860826" if password=userpassword:
print("密码不存在,请重新输入") print("密码不存在,请重新输入")
\ No newline at end of file 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