PyPy is a fast, compliant alternative implementation of the Python language
This is an experimental kernel. Not all packa
In [1]:
import sys
sys.version_info[0]
Out[1]:
In [2]:
print sys.version
In [ ]: