Skip to content

mattalmeida/Python_ate_eratosthenes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Python_ate_eratosthenes

Simple python program for finding primes

Here is a basic example of python, and using the Sieve of Eratosthenes to find prime numbers.

To run, copy the .py file onto your machine (which can run Python) On the command prompt in the folder the file is located, call python findPrimes.py Depending on your num, the screen will print a list of all primes up to that number.

Enjoy your primes!

About

Simple python program for finding primes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published