Commit 8fc28511 by BellCodeEditor

save project

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