Skip to content
import numpy as np
b=np.array([3,4,True,False,'5.3'])
print(b)