Commit e01e8264 by BellCodeEditor

save project

parent bafb4155
Showing with 7 additions and 6 deletions
...@@ -2,21 +2,21 @@ i = 3 ...@@ -2,21 +2,21 @@ i = 3
Username = "uuuuuu" Username = "uuuuuu"
Userpassword = "jjjs" Userpassword = "jjjs"
while True: while True:
if i>0 if i>0:
name = input("ggggggggg") name = input("输入用户名")
password = input("kkkkkkkkkk") password = input("kkkkkkkkkk")
i -= 1 i -= 1
if name == Username and password == Userpassword: if name == Username and password == Userpassword:
print("hhhhh") print("hhhhh")
break break
if password != Username: if name != Username:
print("ppppp") print("ppppp")
continue continue
if password != Userpassword: if password != Userpassword:
print("kkkkkkk") print("kkkkkkk")
else: else:
print("lsksalslslslslslslslslslskkdkdsjedjsjuweishf4ujshjdshixhsudshdcaixjhw7eyd8e4yrudhv7r") print("lsksalslsl")
exit() exit()
print("SB") print("SB")
\ 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