Tentukan dType saat membuat array

x = np.array( [1.0,2.1], dtype=float)
Real Raccoon