Which version of python does we make programs of in our solo learn App? If any body could help me reply please... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which version of python does we make programs of in our solo learn App? If any body could help me reply please...

1st Jul 2021, 3:46 PM
Shan Kumar Singh
Shan Kumar Singh - avatar
3 Answers
+ 4
import sys print(sys.version)
1st Jul 2021, 5:45 PM
Simba
Simba - avatar
+ 3
You can use the platform module for info https://code.sololearn.com/cEvCmU0mWh0T
1st Jul 2021, 6:25 PM
David Ashton
David Ashton - avatar
+ 2
Python 3... as you mentioned in your tags.. if you mean the exact version (3.8.1, 3.9.2 etc) - I don't know, and it doesn't really matter.. I assume it's 3.9+
1st Jul 2021, 4:44 PM
Yahel
Yahel - avatar