摘要: Program to print all palindromes in a given range Given a range of numbers, print all palindromes in the given range. For example if the given range i 阅读全文
posted @ 2021-04-16 16:58 Oops!# 阅读(60) 评论(0) 推荐(0) 编辑
摘要: Sometimes, while working with strings we might have a problem in which we need to perform the reverse slicing of string, i.e slicing the string for ce 阅读全文
posted @ 2021-04-16 16:02 Oops!# 阅读(75) 评论(0) 推荐(0) 编辑
摘要: Python string library does’nt support the in-built “reverse()” as done by other python containers like list, hence knowing other methods to reverse st 阅读全文
posted @ 2021-04-16 15:19 Oops!# 阅读(66) 评论(0) 推荐(0) 编辑