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

 
                                          
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to