Commit b04e49b4 by BellCodeEditor

save project

parent 389ab14f
Showing with 6 additions and 0 deletions
i=3 i=3
username="宋雨琦"
userpassword="147258"
while True: while True:
if i>0: if i>0:
name=input()
password=input()
i-=1 i-=1
if name == username and password == userpassword
print(你的账号已锁定,请到我司解锁) print(你的账号已锁定,请到我司解锁)
\ 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