摘要: # 方法一```>>> from platform import python_version>>> print python_version()2.7.8```# 方法二```>>> import sys>>> sys.version'2.7.3 (default, Feb 27 2014, 19... 阅读全文
posted @ 2015-04-23 01:13 iFantasticMe 阅读(3440) 评论(0) 推荐(0) 编辑