CS10-SH Next Description CS10 - Skipper with continue Write a while loop to output all numbers between [0, 100), except
Posted: Sat May 14, 2022 3:44 pm
how do i code this in python3
USING A WHILE LOOP AND CONTINUE STATEMENT
CS10-SH Next Description CS10 - Skipper with continue Write a while loop to output all numbers between [0, 100), except those which are divisible by 4 or 7. Use the continue statement in this exercise. /H
USING A WHILE LOOP AND CONTINUE STATEMENT
CS10-SH Next Description CS10 - Skipper with continue Write a while loop to output all numbers between [0, 100), except those which are divisible by 4 or 7. Use the continue statement in this exercise. /H