Which version of python3 is sololearn teaching python 3.7 or what? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which version of python3 is sololearn teaching python 3.7 or what?

31st Aug 2020, 2:11 PM
Rubhini P
Rubhini P - avatar
2 Answers
+ 2
Try in the code playground coding in python import sys print(sys.version) I get 3.8 in mine.
31st Aug 2020, 2:36 PM
HBhZ_C
HBhZ_C - avatar
+ 2
import sys print(sys.version) I get 3.8.4 https://code.sololearn.com/cfZGN6hqYN89/?ref=app
31st Aug 2020, 2:46 PM
Rubhini P
Rubhini P - avatar