Commit 26ec4536 by BellCodeEditor

save project

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