Commit ffc4ce31 by BellCodeEditor

save project

parent fd4a9e51
Showing with 2 additions and 2 deletions
...@@ -3,8 +3,8 @@ Username = "uuuuuu" ...@@ -3,8 +3,8 @@ Username = "uuuuuu"
Userpassword = "jjjs" Userpassword = "jjjs"
while True: while True:
if i>0: if i>0:
name = input("输入用户名") 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")
......
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