Posts by Rahul Khanna
Author Biographical Info: Not available
In this tutorial, we will talk about How to remove vowels from string in Python. So in order to understand the code first, we need to understand what is a string. What is a String.... Read More
In this tutorial, we will talk about How to find the last Saturday or any other day of the month in Python. So in order to understand this tutorial first, we need to understand abo.... Read More
In this tutorial, we will talk about How to find the first Sunday of the month in Python. So in order to understand how this program works. We need to what Calendar function. What.... Read More
In this tutorial, we will talk about How to detect if a string contains numbers in Python. Let us review ourselves that what actually strings are in Python language. Strings Str.... Read More