Write a NumPy program to print the NumPy version in your system.
import numpy as np print(np.__version__)
Sample Output:
1.12.0
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Sample Output: