Version of python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Version of python

I am using the latest version of Ubuntu... Does it cover the latest version of python ( python 3x)?? Or i need to download it?

2nd Jan 2017, 5:22 AM
aim to miss
aim to miss - avatar
1 Answer
+ 1
Not necessary. If you start the python interpreter and type the following: import sys print(sys.version) This will tell you which version you are running.
2nd Jan 2017, 3:41 PM
pycsusz
pycsusz - avatar