Hi all,
Can I use numpy array of Python in tech. interview like
import numpy as np; a = np.array([2,3,4])
who's not data science nor data related job and just for ordinary software engineer position.
Most of solutions are using basic list data type which doesn't require to import and wondering if I'm allow to use numpy array in actual tech interview.