Python - For Loop
You want to check if a number is prime using a
for-else loop. Which code correctly prints Prime if no divisor is found and Not prime if a divisor is found?