摘要: 实现的功能: 1、输入用户名密码 2、认证成功后显示欢迎信息 3、输错三次后锁定 username = "abc" password = "123" username_input = input("username:") if username_input == username: for i in 阅读全文
posted @ 2019-12-04 20:04 leejay_python 阅读(218) 评论(0) 推荐(0) 编辑