python第一期作业
Posted 逍遥姐夫
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python第一期作业相关的知识,希望对你有一定的参考价值。
# Author"David.z user = "david" password = "aa1234" count=0 while count<3: login_user=input("Please key username:") login_password=input("Please key password:") if login_user==user and login_password==password: print ("Welcome to the program!!!") else: print("enter error!") count +=1 if count==3: print ("enter times out!!!") break
以上是关于python第一期作业的主要内容,如果未能解决你的问题,请参考以下文章