Skip to content
Untitled Python workspace
Untitled Python workspace
Make a Copy
import numpy as np b=np.array([3,4,True,False,'5.3']) print(b)