手记

查看python版本

我们可以在命令窗口(Windows 使用win+R 调出 cmd运行框)使用以下命令查看我们使用的python版本:

python -V

以上命令执行结果如下:

python 3.3.2

你也可以进入Python的交互式编程模式,查看版本:

Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:03:43) [MSC v.1600 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>>


1人推荐
随时随地看视频
慕课网APP