Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Latest commit

 

History

History

Sieve_of_Eratosthenes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Sieve of Eratosthenes

It is a simple executable python3 code that will print all the prime numbers less than or equal to 30 natural number when run.

Usage

To use this program you must have python3 installed.

Once python is installed the following commands can be used to run it.

$ cd submissions/Sieve_of_Eratosthenes
$ python3 sieve_of_eratosthenes.py

Why I Added it

This program is being added as an contribution.

Contributors

This program was created by Pritesh Gandhi.