code Python version and matplotlib version
程序员文章站
2024-01-20 17:26:28
...
import sys
import matplotlib
print ("Python is :",sys.version)
print ("matplotlib is :",matplotlib.__version__)
运行结果:
Python is : 3.5.2 |Anaconda 4.1.1 (64-bit)| (default, Jul 2 2016, 17:53:06) [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] matplotlib is : 1.5.1
上一篇: 去掉字符串多余的空格
推荐阅读
-
Mysql:Error Code 1235,This version of MySQL doesn’t yet support ‘LIMIT & IN/ALL/ANY/SOME 错误解决
-
(python version) 剑指 offer 41. 数据流中的中位数
-
Python模块问题:ImportError: cannot import name ‘PILLOW_VERSION‘ from ‘PIL‘
-
code Python version and matplotlib version
-
Python version 2.7 required, which was not found in the registry
-
Python version 2.7 required, which was not found in the registry
-
Python version 2.7 required, which was not found in the registry 的问题解决
-
Python version 2.7 required, which was not found in the regi
-
window764bits安装MySQL-python-1.2.4-Python version 2.7 requi
-
Python模块问题:ImportError: cannot import name ‘PILLOW_VERSION‘ from ‘PIL‘