diff --git a/Python/README.md b/Python/README.md index bc55403d..b171790f 100644 --- a/Python/README.md +++ b/Python/README.md @@ -31,5 +31,5 @@ | Program-27 | Program which tells you the of downpayment of the house is 10% or 20% depending if the owner has a good credit or not.The price of the house is to be entered in the output | | Program-28 | Program to find out the GCD of any 2 given numbers | -| Program-29 | Program to count number of integers between 1 to 50 divisible by a number. | -| Program-30 | Program to create an array of range specified and print. | +| Program-29 | Program which will display the fibonacci series | +| Program-31 | Program to print Amstrong numbers |