資源簡介
實現火車票查詢python.zip

代碼片段和文件信息
#?coding:?utf-8
def?colored(color?text):
????table?=?{
????????‘red‘:?‘\033[91m‘
????????‘green‘:?‘\033[92m‘
????????#?no?color
????????‘nc‘:?‘\033[0‘
????}
????cv?=?table.get(color)
????nc?=?table.get(‘nc‘)
????return?‘‘.join([cv?text?nc])
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-09-04?12:20??tickets-master\
?????文件?????????975??2016-09-04?12:20??tickets-master\README.md
?????文件???????????0??2016-09-04?12:20??tickets-master\__init__.py
?????文件?????????247??2016-09-04?12:20??tickets-master\color.py
?????文件?????????498??2016-09-04?12:20??tickets-master\color.pyc
?????文件?????????812??2016-09-04?12:20??tickets-master\spase_stations.py
?????文件???????48060??2016-09-04?12:20??tickets-master\stations.json
?????文件????????1542??2016-09-04?12:20??tickets-master\tickets.py
?????文件????????1623??2016-09-04?12:20??tickets-master\train_collection.py
?????文件????????1975??2016-09-04?12:20??tickets-master\train_collection.pyc
- 上一篇:python SVM算法
- 下一篇:Python-每天定時發消息
評論
共有 條評論