SciPy - Basics and Scientific Computing
Which of the following Python code snippets correctly checks if SciPy is installed and prints its version?
__version__.scipy.__version__, so print(scipy.__version__) is correct.scipy.__version__ to get version [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions