import scipy print('scipy: {}'.format(scipy.__version__))
scipy: 1.1.0
import scipy as sp sp.__version__
'1.1.0'
import scipy scipy.__version__