Python的第1天

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python的第1天相关的知识,希望对你有一定的参考价值。

接触Python的第一天,数据类型、语法方式、判断、循环

整体上是比较简洁

感谢老男孩的视频教程

写一个简单的判断

Login.py

import getpass
username="stone"
password="112233"

for i in range(3):
_username=input("Username:")
_password = input("Password:")
#_password=getpass.getpass("Password:")
if _username==username and _password==password:
print("Welcome",username)
break
else:
print("username or password error,please try agin")

else:
print("you try too many times,bye...")












以上是关于Python的第1天的主要内容,如果未能解决你的问题,请参考以下文章

python学习的第21天模块之picklejsonxmlshelveconfigparser

python的第一天学习记录

Python之旅的第3²+1天(文件操作迭代器生成器)

如何跳过 ARIMA 模型(python)中的第一个滞后 N 天?

学习伟大的Python的第九~天

2017python学习的第一天打印格式