From 419d1e126011febaae8ea7a87cc1d030c44c1ead Mon Sep 17 00:00:00 2001 From: Shravya R Shetty <67235369+Shravyarshetty@users.noreply.github.com> Date: Fri, 16 Oct 2020 22:17:07 +0530 Subject: [PATCH] Update README.md --- Python/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Python/README.md b/Python/README.md index c1b29aee..c5696bfa 100644 --- a/Python/README.md +++ b/Python/README.md @@ -21,4 +21,14 @@ | Program-17 | Program to convert Binary to Decimal. | | Program-18 | Program to check leap year or not. | | Program-19 | Program to count number of integers between 1 to 50 divisible by a number. | -| Program-20 | Program to create an array of range specified and print. | \ No newline at end of file +| Program-20 | Program to create an array of range specified and print. | +| Program-21 | Program to print the number of *. | +| Program-22 | Program to check if a number is even or odd | +| Program-23 | Program to find the all the prime numbers between the given range. | +| Program-24 | Program to convert binary number to decimal | +| Program-25 | Program to sort the array and give the time to sort the array. | +| Program-26 | Program to print a right angled triangle. | +| Program-27 | Program to convert Binary to Decimal. | +| Program-28 | Program to check leap year or not. | +| 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. |