What version is this teching in? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What version is this teching in?

I know it's python 3, but what version specifically?

3rd Dec 2016, 5:39 AM
Almog Ben-Chen
Almog Ben-Chen - avatar
3 Answers
+ 7
I guess 3.5.1 because that is the python version available in code playground ( code to print python version is ,, import platform print("Python version is ",platform.python_version()) ) anyway it does not matter because this course does not teach things that changed from v3.4 to 3.5
3rd Dec 2016, 7:16 AM
Sunera Avinash
Sunera Avinash - avatar
+ 3
@Sunera you're god damn right. 3.5.1 it is: from sys import version print(version) Output: 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:38:48) [MSC v.1900 32 bit (Intel)]
3rd Dec 2016, 10:48 AM
donkeyhot
donkeyhot - avatar
0
Thanks
3rd Dec 2016, 7:39 AM
Almog Ben-Chen
Almog Ben-Chen - avatar