In which test case i am failing

Take as input a number N, print “Prime” if it is prime if not Print “Not Prime”.

hello @moksh
inside loop , u only need to checck whether num is divisible by i or not. if divisible then print not prime and break the loop.

check now->

when i sumbit the code it shows Dang! You couldn’t score a perfect 100 because you failed one or more testcases. This means that your program didn’t account for all input cases (did you account for negative numbers, for example?)

check now->