赞
踩
1.Anaconda Prompt 查看python版本
python -V
2.jupyter Notebook 查看python版本
import sys sys.version
3.Pycharm查看python版本