Pycharm使用
1、添加模板
file => settings =>Editor=>file and code template => python script => 右上方
#!/usr/bin/env python
# -*- coding:utf-8 -*-
2、文字大小
file => settings => editor => color and font => font => save as .. => 18
3、运行
a. 点击要运行的文件,右键 run
b.
view => toolbar
选中要执行的文件
点击 > 运行
c. 在当前文件空白处,右键,run
4、切换py版本
file -> settings -> project interpreter -> 选择版本
切花2.7 3.5版本python
时间: 2024-09-30 06:45:38