specify dtype when creating array code example Example: specify dtype when creating array x = np.array( [1.0,2.1], dtype=float)