Please how i can write this loops using list comprehensive in python :
X = [i for i in range(3)] Y = [i for i in range(2)] my_list = [] for x in X: ccnt=