Posts by Rohith Immadisetty

Author Biographical Info: Not available

Python Program to reverse digits of a given number

By Rohith Immadisetty

In this tutorial, we are going to learn how to reverse a given number in Python by making the reverse of digits. So let’s get started. Reverse the Number in Python To reverse.... Read More

Python GUI-tkinter

By Rohith Immadisetty

In this tutorial, you are going to learn how to create GUI applications in Python. You’ll also learn about all the elements needed to develop GUI apps in Python. Graphical Us.... Read More

Python Program to Add all the digits of given number

By Rohith Immadisetty

In this tutorial, we are going to learn how to add all digits of given number in Python. So let’s get started. Adding all digits of a number in Python To add all digits of gi.... Read More

Python Program to Find Armstrong Number between an Interval

By Rohith Immadisetty

In this tutorial, we are going to learn how to find Armstrong Number between an interval in Python. It is very simple if we know what is Armstrong Number. Let’s see Find Armstron.... Read More

Python Program to check leap year or not

Python Program to check leap year or not

By Rohith Immadisetty | July 23, 2019

In this tutorial, we are going to learn How to check leap year or not in Python. Before we get into leap year program, Let us see the logic and definition behind the leap year. Generally, a normal year contains 365 days but leap year contains 366 days. That particular one day is added to […] Read More

Python Program to find LCM of two numbers

By Rohith Immadisetty

In this tutorial, we will be going over the simplest yet more efficient program to find the LCM of 2 numbers in Python programming. LCM stands for least Common Multiple. Knowledge .... Read More

Related Posts