Commit 6dec0d9f by BellCodeEditor

save project

parent 4eff4ac2
Showing with 2 additions and 0 deletions
...@@ -11,10 +11,12 @@ while True: ...@@ -11,10 +11,12 @@ while True:
break break
if name!=username: if name!=username:
print('zhanghaocuowu') print('zhanghaocuowu')
print("还剩"str(i)+"次机会")
continue continue
if password!=userpassword: if password!=userpassword:
print('mimacuowu') print('mimacuowu')
print("来公司用身份证解锁") print("来公司用身份证解锁")
else: else:
exit() exit()
print("欢迎来到贝尔编程!") print("欢迎来到贝尔编程!")
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