在windows下查看python的安装位置

import sys
sys.executable

如何退出python环境

输入^Z,用ctrl和z一起按    然后回车

cmd下如何清屏

cls