Commit bb323dd2 by BellCodeEditor

auto save

parent fe0683c3
Showing with 2 additions and 23 deletions
i = 3
Username = "uuuuuu"
Userpassword = "jjjs"
while True:
if i>0:
name = input("输入用户名:")
password = input("kkkkkkkkkk:")
i -= 1
if name == Username and password == Userpassword:
print("hhhhh")
break
if name != Username:
print("ppppp")
continue
if password != Userpassword:
print("kkkkkkk")
else:
print("lsksalslsl")
exit()
print("SB")
\ No newline at end of file
azh
\ 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