Commit 39d4001a by BellCodeEditor

save project

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