Question: In the cell below is an example of a nested loop. Beginning with your _ code from Question 5 ( and using the nested loop
In the cell below is an example of a "nested loop." Beginning with yourcode from Question and using the nested loop example below as a reference write a loop inside your loop from Question that calculates for every value of ie your Inner toop should be over the list of values and appends it to a new list squared. In your outer loop, print out that list.
If you've done this correctly, then the first list you get should look like the following:
which is
The next list should be the result of because you should move on to the next value in the list. This will look like:
Yes, this might seem a bit complicated that's totally expected. After all, you're still learning to write code! If you find yourself spending too much time to figure this out, make use of Teams or try to drop by office hours or help room hours. Making sure that 'you spend time on your own trying to work through preclass activities like this one are important for making your time in class as productive as possible.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
