Commit 3758f5f6 by BellCodeEditor

save project

parent f6f772c8
Showing with 7 additions and 7 deletions
2 = 3
username = "python"
i = 3
username = "hi"
userpassword = "123456"
while True:
if 1>0:
if i>0:
name = input("请输入用户名:")
password = input("请输入密码:")
i -= 1
......@@ -13,8 +13,8 @@ while True:
print("username don't exsist")
continue
if password != userpassword:
print(password wrong please try again)
print("password wrong please try again")
else:
print("password wrong")
print("password wrong acc lock come back an hour")
exit()
print("welcome ")
\ No newline at end of file
print("welcome")
\ 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