From 8c2efab50b11f0aacbc0ef4d7752dc371b13dcbf Mon Sep 17 00:00:00 2001 From: Shravya R Shetty <67235369+Shravyarshetty@users.noreply.github.com> Date: Fri, 16 Oct 2020 22:28:07 +0530 Subject: [PATCH] Update README.md --- Python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 |