Skip to content

alfred-wrigfors/calculate-prime_numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

calculate-prime_numbers

What it is

Ths i s a small pythob-script used to calculate all prime numbers wrom 0 to a specified number (integer)

How it works

It uses the Eratosthenes-algorithm to calculate all prime numbers in the given range.

How to use

Python

To use this script Python-3 is needed. It can be found on thepython website.

Running

Run the script with python. Enter a valit integer larger or equal to 1.

Output

The output i sformatted as a python-array.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages