Question: Adapt the for loop in the sample code to use enumerate ( ) and use two iterator variables. Update the print ( ) statement so
Adapt the for loop in the sample code to use enumerate and use two iterator variables.
Update the print statement so that on each run, a line of the form "room x: y should be printed, where x is the index of the list element and y is the actual list element, ie the area. Make sure to print out this exact string, with the correct spacing.
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
