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

(1) How many integers between 10 and 99 (including 10 and 99…

(1) How many integers between 10 and 99 (including 10 and 99) are divisible by both 4 and 6? (Please enter your answer as an integer.) (2) How many integers between 10 and 99 (including 10 and 99) are divisible by either 4 or 6? (Please enter your answer as an integer.) (3) What is the probability of randomly selecting an integer between 10 and 99 (including 10 and 99) that is divisible by either 4 or 6? (Please enter your answer in the form m/n, where m and n are integers.)