This program solves Python project 53 problem: It counts how many values of nCr (combinations) for 1 ≤ n ≤ 100 exceed one million.
python solution.pyThis program solves Python project 53 problem: It counts how many values of nCr (combinations) for 1 ≤ n ≤ 100 exceed one millon.
python solution.py
>>>>>>> 17d3399 (Initial solution for python project 53)