# Introduction In this challenge, we will create a 5X2 integer array using the NumPy library in Python. The array will consist of integers ranging from 100 to 200 such that the difference between each element is 10.
Click the virtual machine below to start practicing