Python Program to Convert Decimal to Binary, Octal and Hexadecimal
April 27, 2023
Python Program to Convert Decimal to Binary, Octal and Hexadecimal In this program, we first take the input of a decima…
King Ritesh
April 27, 2023
Python Program to Convert Decimal to Binary, Octal and Hexadecimal In this program, we first take the input of a decima…
King Ritesh
April 23, 2023
Python Program to Find LCM and HCF in 2023 Here's a Python program to find the LCM (Least Common Multiple) and HCF …
King Ritesh
April 19, 2023
Calculator Program in Python Python program of a simple calculator that takes input from the user and performs basic ar…
King Ritesh
April 18, 2023
Python Programs for Armstrong Numbers 1. Python Program to Check Armstrong Number In this program, we first define …
King Ritesh
April 17, 2023
Python Program For Prime Numbers 1.Python Program to Check Prime Number In this program, the user is asked to enter a n…
King Ritesh
April 16, 2023
Phyton Program For Unit Converting. 1.Phython Program for Convert Kilometers to Miles Here's how it works: The …
King Ritesh
April 15, 2023
Python Program For Solving Quadratic Equation. This program first takes input values of the coefficients…
King Ritesh
April 13, 2023
Finding Leap Year or Not By Using Python Program In this program, we first take input from the user for the year th…
King Ritesh
April 10, 2023
Addition of two numbers using python In this program, the input function prompts the user to enter two numbers, which …