aayushi-droid / Python-Thunder

A curated list of Python applications
MIT License
86 stars 159 forks source link

Count Palindrome Numbers in a Range #239

Closed sawamoha20 closed 3 years ago

sawamoha20 commented 3 years ago

Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add

Problem statement: Create a function that returns the number of palindrome numbers in a specified range (inclusive). Problem Link: https://edabit.com/challenge/BRoBDeEc2be7wm8BD Examples : countPalindromes(1, 10) ➞ 9

 countPalindromes(555, 556) ➞ 1

 countPalindromes(878, 898) ➞ 3

Before submitting a PR please Check some details. Check Edabit for problem task

This repository is valid for HacktoberFest2020

Read before making PR - How to contribute on Github Good Luck,

Kartik987 commented 3 years ago

Hey @sawamoha20 . Can i contribute to this issue?