2017-08-21Python作业
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2017-08-21Python作业相关的知识,希望对你有一定的参考价值。
编写一个登陆接口:
账户密码输入
认证成功后显示欢迎信息
输错3次后锁定
_username = 101645 _password = 101645 for i in range(100): username = int(input("username:")) password = int(input("password:")) if username == _username and password == _password: print("Wlcome to system") break if username != _username and password != _password: print("The users and password is error") if i == 2: print("the system is locking") break
以上是关于2017-08-21Python作业的主要内容,如果未能解决你的问题,请参考以下文章
HTML5期末大作业:餐饮美食网站设计——咖啡(10页) HTML+CSS+JavaScript 学生DW网页设计作业成品 web课程设计网页规划与设计 咖啡网页设计 美食餐饮网页设计...(代码片段