Q:

Write a NumPy program to print the NumPy version in your system

0

Write a NumPy program to print the NumPy version in your system.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

import numpy as np
print(np.__version__)
Sample Output:
1.12.0

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now