Posts by Thirupathi Degavath

Author Biographical Info: Not available

Python Program to Check if a String is Palindrome or Not.

By Thirupathi Degavath

In this tutorial we are going to learn how to check whether a given string is Palindrome or not Palindrome using Python Code. Palindrome is defined as A palindrome is a word, numbe.... Read More

Python program to find last 3 digits of a number

By Thirupathi Degavath

In this tutorial, we are going to learn how to find the last 3 digits of a given number in Python. We can find the 3 digits of a given number by the following Python code: 1.USING .... Read More

Create a digital clock in Python using Tkinter

By Thirupathi Degavath

In this tutorial, we will learn how to create a digital clock in Python using Tkinter. We will be creating digital clock which displays the time on the digital clock. For Creating .... Read More