+ 2
what python in sololearn? Какой python в sololearn?
4 Respostas
+ 7
Версия 3.5.1.
+ 6
Python3 and it helps to learn basics of of Python3.
+ 4
You can see for yourself:
import sys
print("version = ", sys.version)
print("sys path = ", sys.path)
+ 1
what is the lesson?