码迷,mamicode.com
首页 > 其他好文 > 详细

简单的登陆程序001

时间:2016-11-25 22:43:02      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:images   分享   for   密码   file   open   文件   实现   class   

技术分享

for
i in range(10): if i< 3: user_name=int(input("请输入用户名:")) pass_word=int(input(" 请输入密码:")) theuser_file = open("ll","r") username=int(theuser_file.readline())#文件第一行123,第二行456 password=int(theuser_file.readline()) if user_name==username and pass_word==password: print("欢迎用户%s登陆"%username) break else: print("用户名或密码错误") else: break #锁定账户未实现先欠着

简单的登陆程序001

标签:images   分享   for   密码   file   open   文件   实现   class   

原文地址:http://www.cnblogs.com/zang963469010/p/6102960.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!