Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 319 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 319 Bytes

PrimeNumbers

Python scripts in this repository is for edX Course: Fun with Prime Numbers The Mysterious World of Mathematics primes.py is for generating prime numbers using sieve of Eratosthenes twoSquares.py is for Fermat's theorem on sums of two squares. tunnell.py is for Mystery of Triangles and Tunnell Theorem.