Commit 66ae48a8 by BellCodeEditor

auto save

parent 58b7f70b
Showing with 4 additions and 4 deletions
username = yy
userpassword = 2587
username = "坑dei的老八"
userpassword = "wo shi sha bi "
while True:
name = input("请输入用户名:")
password = input("请输入密码:")
if name == username and password == userpassword:
break
if
print("用户名和密码错误!请重新输入")
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