i want to print array rows but with this code I just print last row. how can i print all rows?
pq = [[0]*3] * 8 count = 5 M_ids = [3,5,7] for i in M_ids: prin