Commit 28615349 by BellCodeEditor

save project

parent 4112c0b0
Showing with 3 additions and 2 deletions
i=3 i=5
username = "python" username = "python"
userpassword = "123456" userpassword = "123456"
while True: while True:
...@@ -16,6 +16,6 @@ while True: ...@@ -16,6 +16,6 @@ while True:
print("密码错误!请重新输入") print("密码错误!请重新输入")
print("你还有"+str(i)+"次机会") print("你还有"+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