Commit 62350815 by BellCodeEditor

save project

parent 86a287ea
Showing with 4 additions and 2 deletions
name="sy" name="sy"
pass="sb" pass="sb"
while True: while True:
w=0
name1=input("sb") name1=input("sb")
pass1=input("sb") pass1=input("sb")
if name==name1 and pass==pass1: if name==name1 and pass==pass1:
...@@ -8,8 +9,8 @@ while True: ...@@ -8,8 +9,8 @@ while True:
break break
if name != name1: if name != name1:
print("死一边去") print("死一边去")
continue w=1
if pass != pass1: if pass != pass1 or w==1:
prant("给爷滚") prant("给爷滚")
print("sbsb") print("sbsb")
print("sssssb") print("sssssb")
\ 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