如何看电脑python版本
python查看版本的方法:
1、使用python -V命令查看
C:UsersAdministrator>python -VPython 3.7.0
2、使用python命令查看
C:UsersAdministrator>pythonPython 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
更多Python知识请关注云海天Python教程栏目。
以上是 如何看电脑python版本 的全部内容, 来源链接: utcz.com/z/527238.html