这几天学习了pycharm的使用。
- 模板:新建:File---》settings---》File and code Templates---》PythonScript 添加头部
#!/user/bin/env python
#-*-coding:utf-8-*- ---------------------》ok
- 文字大小
File---》settings---》Editor---》Font---》size 18
- 运行
a.点击需要运行的文件 右键 run
b.view---》toolbar
选中要执行的文件
点击---》运行
c.在当前文件空白处 右键 run
- 切换python的版本
File---》settings---》project:q1---》projectInterpreter---》选择版本
- 快速注释
选全代码 Ctrl+/