Commit acad8ec0 by BellCodeEditor

save project

parent d36f7bbd
Showing with 7 additions and 0 deletions
i=3
username = 'python'
userpassword = "123456"
while True:
if i>0:
i-=1
a=input('输入账号:')
if a != username:
print("用户名不正确:")
......@@ -11,4 +14,7 @@ while True:
break
else:
print('密码错误')
else:
print('locked!')
exit()
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