Commit 26ec4536 by BellCodeEditor

save project

parent 6fb2a48f
Showing with 9 additions and 9 deletions
...@@ -3,19 +3,19 @@ username="lcy" ...@@ -3,19 +3,19 @@ username="lcy"
usepassword="007" usepassword="007"
while True: while True:
if i>0: if i>0:
name=input(":") name=input("5")
password=input(":") password=input("6")
i-=1 i-=1
if name==username and password == userpassword: if name==username and password == userpassword:
print("") print("xxxx")
break break
if name !=username: if name !=username:
print("") print("cccc")
continue continue
if password !=userpassword: if password !=userpassword:
print("") print("dddd")
print("wei") print("wei"+str(i)+"fgh")
else: else:
print("") print("eeee")
exit() exit()
print("") print("333")
\ No newline at end of file \ 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