Question: data_1 = ['a, 'b', 'c'] data_2 = ['1', '2', '3', '4', '5', '6'] data_3 = ['*', '$', '#', '@'] data_4 = [data_1, data_2, data_3] Write
data_1 = ['a, 'b', 'c']
data_2 = ['1', '2', '3', '4', '5', '6']
data_3 = ['*', '$', '#', '@']
data_4 = [data_1, data_2, data_3]
Write a nested for loop to print out all of the items in data_4
Python Question
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
