Commit 6506ddb2 by BellCodeEditor

save project

parent d05ee8dc
Showing with 2157 additions and 1 deletions
i=100
i=3
username = "python"
userpassword = "123456"
while True:
......@@ -10,9 +10,12 @@ while True:
print("登录成功!")
elif name!=username:
print("用户名错误!请重新输入")
print("还剩"+str(i)+"次机会")
else:
print("密码错误!请重新输入")
print("还剩"+str(i)+"次机会")
else:
print("密码封死了")
exit()
print("欢迎来到贝尔编程!")
......@@ -663,3 +666,2156 @@ 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