Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |