You can use an IDE or Jupyter to solve this question.   Plan…

You can use an IDE or Jupyter to solve this question.   Plan to spend 30 minutes on this question.  You can use an IDE or Jupyter to solve this question.  Write code to print the colors in the list using a “for” loop. You have the list as colors = . While being in the “for loop” reading each element from the list; write another nested while loop and print the number 1 through 4.  (No hard coding allowed)    Your output should look like below. red 1 2 3 4 blue 1 2 3 4