Commit ebb24d16 by BellCodeEditor

save project

parent c45f875c
Showing with 3 additions and 3 deletions
...@@ -12,9 +12,8 @@ while True: ...@@ -12,9 +12,8 @@ while True:
if a==username and b==userpassword: if a==username and b==userpassword:
print('登陆成狗') print('登陆成狗')
break break
if a != username: elif a != username:
print('帐号搓悟') print('帐号搓悟')
continue else :
if b != userpassword:
print('米吗搓悟') print('米吗搓悟')
print('幻影来刀辈儿变成') 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