Commit 994d484f by BellCodeEditor

save project

parent e2f15012
Showing with 4 additions and 1 deletions
...@@ -11,10 +11,12 @@ while True: ...@@ -11,10 +11,12 @@ while True:
break break
if a!=username: if a!=username:
print("账号错了") print("账号错了")
print("SB"+str(i)+"次")
continue continue
if b!=userpassword : if b!=userpassword :
print("密码错了") print("密码错了")
print("SB"+str(i)+"次")
else: else:
print("滚傻逼") print("滚")
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