Commit 28ba2532 by BellCodeEditor

auto save

parent 5c9b87bd
Showing with 14 additions and 0 deletions
username = "cy"
userpassword = "nmsl"
while True:
name = input("给老子输用户名:")
password = input("给老子输密码:")
if name == username and password == userpassword:
print("你给老子输入成功了!")
break
else name != username:
print("nmsl!用户错了!")
else password != userpassword:
print("nmsl!密码错了!")
print("welcome nmsl !")
\ 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