如何看電腦python版本

lanyu發表於2021-09-11

如何看電腦python版本

python檢視版本的方法:

1、使用python -V命令檢視

C:UsersAdministrator>python -V
Python 3.7.0

2、使用python命令檢視

C:UsersAdministrator>python
Python 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知識請關注欄目。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/2035/viewspace-2833786/,如需轉載,請註明出處,否則將追究法律責任。

相關文章