NumPy - Array Data Types
You have a list of strings representing numbers:
['1', '2', '3']. How do you create a NumPy array of integers from this list specifying dtype?