Ths i s a small pythob-script used to calculate all prime numbers wrom 0 to a specified number (integer)
It uses the Eratosthenes-algorithm to calculate all prime numbers in the given range.
To use this script Python-3 is needed. It can be found on thepython website.
Run the script with python. Enter a valit integer larger or equal to 1.
The output i sformatted as a python-array.