Clint's Python Programs

  • README.md - this readme file
  • factorial.py - recursively calculates the factorial of a positive integer i.e., fact(5)
  • prime_factors.py - calculates the prime factors of any positive integer, i.e., pf(1963)
  • prime_numbers.py - calculates the first 'x' prime numbers, i.e., primes(100)