python console 位置:view-->Tool Windows-->Python Console


(2)Python的交互式编程

(3)IPython的安装和使用
安装命令:
c
pip install ipython

输入ipython进入ipython交互式编程
