day02 Pycharm自动添加注释头信息

进入设置
File->settings->Editor->File and Code Templates->Python Script

添加以下代码:

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @Author: fhb
# @Date : ${DATE}
# @Desc :
原文地址:https://www.cnblogs.com/fanghongbo/p/9809319.html