Leap Year Program in Python

leap year program in python

A leap year is a year that has 366 days rather than 365 days. While you’re at doing cool stuff in programming, have you thought about writing a leap year …

Read more

Absolute Value in Python

python absolute value

All real numbers (whether an integer or a decimal) can be positive or negative. But in situations where we deal with only non-negative (positive) values; then the term absolute value …

Read more

Armstrong Number In Python

Armstrong Number In Python

Computer programs can do many fun stuff. With python being one of the most popular out there, there have been attempts to try out different ideas in the language. One …

Read more

Palindrome in Python

palindrome in python

We have all seen numbers and strings in which the reverse gives the same characters as the original strings or numbers. These numbers or words are called Palindromes. In mathematics, …

Read more

Pin It on Pinterest