Commit 4ed433a1 by BellCodeEditor

save project

parent 6e0a838e
Showing with 3 additions and 0 deletions
...@@ -11,8 +11,10 @@ while True: ...@@ -11,8 +11,10 @@ while True:
break break
elif username!=name: elif username!=name:
print("用户名错误") print("用户名错误")
print("剩余"+str(i)+"次机会")
elif userpassword!=password: elif userpassword!=password:
print("密码错误") print("密码错误")
print("剩余"+str(i)+"次机会")
else: else:
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