Question: python code pls Given 3 lists of strings: 1. List 1=[ [A,B, C, D] 2. List_2 =[ [apple, banana, cherry, durian] 3. List_ 3=[ [white,
Given 3 lists of strings: 1. List 1=[ [A","B, "C", "D"] 2. List_2 =[ ["apple", "banana", "cherry", "durian"] 3. List_ 3=[ ["white", "green", "yellow", "red"] Create a variable called "data" and add your list and the two others together using the variables of your lists. Should look like this: [iist1, list1, list1, list2, list2, list2, list3, list3, list3] Create a variable called "data_bridge" and bridge the three lists together Should look like this: [list1, list2, list3, list1, list2, list3, list1, list2, list3] Create 3rd variable "data_sort". Copy variable "data" into it, and sort the list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
