Browse studyfied

Looking for something? Search here to find quickly...

Recent updates
All recently added posts
Python program to calculate sum of first N odd numbers
Odd number The Opposite of even numbers. Odd numbers have a difference of 3 unit…

April 2, 2019

Python program to print all odd numbers from 1 to N
Odd number Opposite of even numbers, odd numbers are having a difference of 3 unit…

April 2, 2019

Python print day name of week from number
In this program, we are going to print day name based on week no. Like…

April 1, 2019

Python check whether a character is vowel or consonant
There are five vowel characters {a, e, i, o, u}. If the user given character…

April 1, 2019

Python check whether a character is upper or lowercase alphabet
In this program, we are going to determine if the given character is Uppercase or…

April 1, 2019

Python check whether a number is negative, positive or zero
Positive number All the numbers greater than 0, but not equal to 0 are positive…

April 1, 2019

Python program to check whether number is even or odd
Even number Even numbers are numbers that have a difference of 2 unit or number.…

April 1, 2019

Python find largest number among three number using nested if else statement
In this program, we are going to find the largest number among three numbers, similar…

April 1, 2019

Python find largest number among three number using if else statement
This program is similar to the previous one, with a single modification, here we will…

April 1, 2019

Python find largest number among three number using if statement
In this program, we are going to see how to find the largest number among…

April 1, 2019