Sieve of Eratosthenes – Finding Primes Python
Just to clarify, this is not a homework problem 🙂
Just to clarify, this is not a homework problem 🙂
Could someone please tell me what I’m doing wrong with this code? It is just printing ‘count’ anyway. I just want a very simple prime generator (nothing fancy).
So I was able to solve this problem with a little bit of help from the internet and this is what I got:
I was having issues in printing a series of prime numbers from one to hundred. I can’t figure our what’s wrong with my code.