how to get python version ?
Chris Angelico
rosuav at gmail.com
Thu Jan 28 02:30:19 EST 2016
More information about the Python-list mailing list
Thu Jan 28 02:30:19 EST 2016
- Previous message (by thread): how to get python version ?
- Next message (by thread): how to get python version ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Jan 28, 2016 at 4:21 PM, <namenobodywants at gmail.com> wrote: > is there something analogous to sys.platform that lets you get the version of python you're using? sorry if the question is too see-spot-run. thanks if you can help Check out sys.version and sys.version_info - are they what you're after? ChrisA
- Previous message (by thread): how to get python version ?
- Next message (by thread): how to get python version ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list