Question: Ex1 In Python Write a while loop that prints out a list containing the first 5 numbers that are multiples of 9 from 1 to
Ex1 In Python Write a while loop that prints out a list containing the first 5 numbers that are multiples of 9 from 1 to 100. (Hint: use break statement) The output should be [9, 18, 27, 36, 45]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
