One - One Code All

Blog Content

python 文件头模板

Python   2010-02-01 22:18:20
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
 
'''
@Author  :   {YourName}
@License :   (C) Copyright {YourCompany}
@Contact :   {YourEmail}
@Software:   ${PRODUCT_NAME}
@File    :   ${NAME}.py
@Time    :   ${DATE} ${TIME}
@Desc    :
'''
 
import...
 
 
if __name__=='__main__':
    pass



上一篇:算法之Python堆排序
下一篇:python删除元素之pop,remove,del

The minute you think of giving up, think of the reason why you held on so long.