How to create a 1D array? arr = np.arange(10) arr
1. Import numpy as np and see the version import numpy as np print(np.__version__)