+ 2
what python in sololearn? ŠŠ°ŠŗŠ¾Š¹ python в sololearn?
4 Answers
+ 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?