Commit aa2da42d by BellCodeEditor

save project

parent 91f31d4a
Showing with 5 additions and 5 deletions
...@@ -2,6 +2,7 @@ i=3 ...@@ -2,6 +2,7 @@ i=3
username="sb" username="sb"
userpassword="123456" userpassword="123456"
while True: while True:
if i>0:
name=input("输账号:") name=input("输账号:")
password=input("输密码:") password=input("输密码:")
i=i-1 i=i-1
...@@ -14,8 +15,6 @@ while True: ...@@ -14,8 +15,6 @@ while True:
if password != userpassword: if password != userpassword:
print("furk you") print("furk you")
else: else:
print("哈,你没了")
print("滚进去") exit()
print("进去吧")
\ 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