[Tutor] prime test problem

Roelof Wobben rwobben at hotmail.com
Sat Aug 21 15:35:38 CEST 2010


Hello, 

 

I have to make a programm which can test if a number is a prime.

I know a prime is a number which can only be diveded by 1 and itself.

 

One way is was thinking about is to make a loop which try if % has output 0.

But that don't work.

 

Can someone give me a hint what's the best approach is.

 

Roelof

 
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100821/15e2e450/attachment.html>


More information about the Tutor mailing list