Question: Write a for loop that iterates over a list of numbers Ist and prints the numbers in the list whose square is divisible by 8.
Write a for loop that iterates over a list of numbers Ist and prints the numbers in the list whose square is divisible by 8. For example, if Ist is [2, 3, 4, 5, 6, 7, 8, 9], then the numbers 4 and 8 should be printed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
