Commit d06a1440 by BellCodeEditor

save project

parent 262470af
Showing with 22 additions and 0 deletions
i=3
username="lcy"
usepassword="007"
while True:
if i>0:
name=input(":")
password=input(":")
i-=1
if name==username and password == userpassword:
print("")
break
if name !=username:
print("")
continue
if password !=userpassword:
print("")
print("wei")
else:
print("")
exit()
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