# Returns an array of floats between 0 and 10 of size 15 np.random.uniform(low=0, high=10, size=15)
import random x= random.randint(0,1) print(x)