Commit 4062cc67 by BellCodeEditor

auto save

parent 7c66dc44
Showing with 4 additions and 4 deletions
...@@ -5,14 +5,14 @@ password=input("请输入密码") ...@@ -5,14 +5,14 @@ password=input("请输入密码")
# 请用input()实现用户输入账号、密码的功能 # 请用input()实现用户输入账号、密码的功能
if name==userpassword and password==userpassword if name==userpassword and password==userpassword
print() print("")
break break
if name != username if name != username
print() print("")
continue continue
if password != password if password != password
print() print("")
print() print("")
......
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