# 你今天进步了吗?
# 2021/10/14 21:54
print('Hello Python')
1.打开PyCharm的Settings
2.点击Editor -> File and Code Templates
3.选择Python script
4.加入默认信息
# 你今天进步了吗?
# ${DATE} ${TIME}
5.创建Python File
# 你今天进步了吗?
# 2021/10/14 21:54
print('Hello Python')
1.打开PyCharm的Settings
2.点击Editor -> File and Code Templates
3.选择Python script
4.加入默认信息
# 你今天进步了吗?
# ${DATE} ${TIME}
5.创建Python File