Question: 2.Recall the list-within-a-list from the example above. Working with this list: Add 'four to the nested list that currently reads 'one, two, three Replace the
2.Recall the list-within-a-list from the example above. Working with this list: Add 'four to the nested list that currently reads 'one, two, three Replace the word 'House with 'Cat' (or some other word of your choice) Print only the middle list . [ ] # A list within a list: metalist = [('one', 'two', three'], ['A', 'B', 'C'], ['car', 'House', 'Tree'll
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
