© 1999-2048 dssz.net 粤ICP备11031372号
[其它] 通过Python编写一个简单登录功能过程解析
说明:需求: 写一个登录的程序, 1、最多登陆失败3次 2、登录成功,提示欢迎xx登录,今天的日期是xxx,程序结束 3、要检验输入是否为空,账号和密码不能为空 4、账号不区分大小写 import datetime count = 0 while count < 3: username = input(username: ) pwd = input(password: ) date = datetime.date.today() if username.strip() == or<weixin_38590541> 在 上传 | 大小:33792