码迷,mamicode.com
首页 > 编程语言 > 详细

python实现三次登陆

时间:2019-01-18 22:24:07      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:python实现   pre   ==   inpu   style   div   class   mil   while   

 1 oo=1
 2 while oo<=3:
 3     pp = 3 - oo
 4     ee = input(账号:)
 5     rr = input(密码:)
 6     if ee==123 and rr==123:
 7          print(欢迎登陆)
 8          break
 9     elif oo==3:
10          print(三次登陆失败,关闭!!)
11          break
12     else:
13          print(输入错误,还有+str(pp)+次机会)
14          oo+=1

 

python实现三次登陆

标签:python实现   pre   ==   inpu   style   div   class   mil   while   

原文地址:https://www.cnblogs.com/object1369881872/p/10289850.html

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