Commit 6ed332ef by BellCodeEditor

auto save

parent 9acdf46f
Showing with 14 additions and 0 deletions
x = "234567"
y = "123456"
while True:
xx = input("请输入用户名:")
yy = input("请输入密码:")
if xx == x and yy == y:
print("zc")
break
if x != xx:
print("yhm.c")
if y != yy:
print("mm.c")
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