如何查看python的当前版本号

 我来答
阿猫娱乐
推荐于2019-09-03 · TA获得超过1054个赞
知道答主
回答量:45
采纳率:100%
帮助的人:1.2万
展开全部
  1. 每次打开python顶端会显示版本号

  2. 在程序中判断版本号可以通过import sys  sys.version

  3. 在dos下可以通过python -V查看

拓展资料:

Python 简介

Python 是一个高层次的结合了解释性、编译性、互动性和面向对象的脚本语言。

Python 的设计具有很强的可读性,相比其他语言经常使用英文关键字,其他语言的一些标点符号,它具有比其他语言更有特色语法结构。

  • Python 是一种解释型语言: 这意味着开发过程中没有了编译这个环节。类似于PHP和Perl语言。

  • Python 是交互式语言: 这意味着,您可以在一个Python提示符,直接互动执行写你的程序。

  • Python 是面向对象语言: 这意味着Python支持面向对象的风格或代码封装在对象的编程技术。

  • Python 是初学者的语言:Python 对初级程序员而言,是一种伟大的语言,它支持广泛的应用程序开发,从简单的文字处理到 WWW 浏览器再到游戏。



杜爷1号
2018-07-04 · 知道合伙人软件行家
杜爷1号
知道合伙人软件行家
采纳数:4973 获赞数:9186
毕业于福建农林大学,本科学士学位。从事IT行业3年,曾参与过多个大型项目的需求调研、软件研发。

向TA提问 私信TA
展开全部
每次打开python顶端会显示版本号在程序中判断版本号可以通过importsyssys.version在dos下可以通过python-V查看.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
ILOVE爆头
推荐于2017-10-11 · TA获得超过122个赞
知道小有建树答主
回答量:122
采纳率:0%
帮助的人:118万
展开全部
>>> help()

Welcome to Python 2.7!  This is the online help utility.

If this is your first time using Python, you should definitely check out
the tutorial on the Internet at 


Enter the name of any module, keyword, or topic to get help on writing
Python programs and using Python modules.  To quit this help utility and
return to the interpreter, just type "quit".

To get a list of available modules, keywords, or topics, type "modules",
"keywords", or "topics".  Each module also comes with a one-line summary
of what it does; to list the modules whose summaries contain a given word
such as "spam", type "modules spam".

help>

 或者打开python shell:

ActivePython 2.7.2.5 (ActiveState Software Inc.) based on
Python 2.7.2 (default, Jun 24 2011, 12:21:10) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>>

或者cmd:

Microsoft Windows [版本 6.1.7601]

版权所有 (c) 2009 Microsoft Corporation。保留所有权利。


C:\Users\zhipeng>python
ActivePython 2.7.2.5 (ActiveState Software Inc.) based on
Python 2.7.2 (default, Jun 24 2011, 12:21:10) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
C:\Users\zhipeng>python --version
Python 2.7.2

-----------------------

Linux

-----------------------

zhangzhipeng@Earth:~$ python
Python 2.6.6 (r266:84292, Nov 22 2013, 12:16:22)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>


zhangzhipeng@Earth:~$ python --version
Python 2.6.6
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2015-01-09
展开全部
你好,
python中所有的内置模块都是小写的,tkinter就是python的内置gui接口,所以小写可以执行。
如果不是标准内置模块,要import的话,文件就要在python的搜索路径的中,查看搜素路径
sys.path 查看是否在默认搜索路径中
希望回答对您有帮助.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
小猫咪的Hjw
2018-05-22 · TA获得超过2.6万个赞
知道小有建树答主
回答量:5
采纳率:100%
帮助的人:5239
展开全部
  1. 系统shell中:直接输入 python;

2.使用platform模块import platformprint platform.python_version();

3.使用sys模块import sysprint sys.version。

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(7)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式