Commit 39d4001a by BellCodeEditor

save project

parent 33fa98f5
Showing with 15 additions and 10 deletions
username="鑫鑫老师好笨" username="鑫鑫老师好笨"
password="54188" password="54188"
i=3
while True: while True:
a=input("斗罗大陆:我是唐三") if i>0:
b=input("asdasd") a=input("斗罗大陆:我是唐三")
if a==username and b==password: b=input("asdasd")
print password("登录成功!") i-=1
break if a==username and b==password:
if name != username: print password("登录成功!")
print("jaskasddfkghdxas") break
continue if name != username:
if password != b: print("jaskasddfkghdxas")
print("ggffjfvgfufuj") continue
if password != b:
print("ggffjfvgfufuj")
else:
print("ytgrffdyfttrf")
......
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