Commit b9bdac75 by BellCodeEditor

auto save

parent 302cb6bc
Showing with 2 additions and 15 deletions
y = "python"
f = "123456"
while True:
y2 = input("请输入用户名:")
f2 = input("请输入密码:")
if y == y2 and f == f2:
print("登录成功!")
break
print("你输入错误了")
if y != y2:
print("你用户名输错了")
if f != f2:
print("你密码输错了")
print("欢迎来到编程世界)
\ No newline at end of file
z = ""
\ 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