Commit e3b73847 by BellCodeEditor

save project

parent 222c4c03
Showing with 4 additions and 3 deletions
...@@ -11,11 +11,11 @@ while True: ...@@ -11,11 +11,11 @@ while True:
print("欢迎来到贝尔编程!") print("欢迎来到贝尔编程!")
else: else:
print("用密码错误!请重新输入") print("用密码错误!请重新输入")
print("还剩+"str(i)"次机会") print("还剩"+str(i)+"次机会")
else: else:
print("用户名错误!请重新输入") print("用户名错误!请重新输入")
print("还剩+"str(i)"次机会") print("还剩"+str(i)+"次机会")
else: else:
print("连续3次错误,即将执行自爆程序") print("连续3次错误,即将执行自爆程序") #"SB,拉出去枪毙了"
exit() exit()
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