Commit afd7c3ec by BellCodeEditor

save project

parent 6dec0d9f
Showing with 3 additions and 3 deletions
......@@ -11,12 +11,12 @@ while True:
break
if name!=username:
print('zhanghaocuowu')
print("还剩"str(i)+"次机会")
print("还剩"+str(i)+"次机会")
continue
if password!=userpassword:
print('mimacuowu')
print("来公司用身份证解锁")
print("还剩"+str(i)+"次机会")
print("来公司用身份证解锁")
else:
exit()
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