It has complied successfully but it could not pass 1 test case.
It is not passing one test case, can you please help
Hey @bhavikak, your code is absolutely correct by concept. It’s just that when the number is not prime then you have to print Not Prime as the output instead of Not a prime number.
Change your code as
print("Not Prime")
Hope this helps.
Happy coding 
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.