Toggle navigation
JUPYTER
FAQ
View as Code
Python 3 Kernel
View on GitHub
Execute on Binder
Download Notebook
w3-resource-python
02_NumPy
.ipynb_checkpoints
Notebook
NumPy Array Object [160 exercises with solution]
¶
1. Write a NumPy program to print the NumPy version in your system.
¶
In [ ]:
2. Write a NumPy program to convert a list of numeric value into a one-dimensional NumPy array.
¶
In [ ]:
In [ ]:
In [ ]:
In [ ]:
Problem's Source:
https://www.w3resource.com/python-exercises/numpy/index-array.php
¶