> n = input("Enter a number")
> if n % 2 != 0 and n % 3 != 0:
>   print n, " Is a prime number"
> 
> Comments please.

According to this 25 is a prime number....

Alan G.

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to