Browse studyfied

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

Recent updates
All recently added posts
Python check whether a character is alphabet, digit or special character
This program is much similar to the previous one but here we are checking whether…

April 1, 2019

Python check whether a character is alphabet or not
In this program, we are going to see whether a user given character is an…

April 1, 2019

Python program to check whether a year is leap year or not
Leap year A leap year is a calendar year that includes an additional day to…

April 1, 2019

Python calculate year week and days from given total days
In this Python program, we are going to see how we can calculate Year, Week…

April 1, 2019

Python program to find ASCII value of a character
ASCII Value ASCII (American Standard Code for Information Interchange) is the character encoding standard of…

April 1, 2019

Python program to calculate compound interest
Compound Interest Compound interest (or compounding interest) is the interest calculated on the principal, including…

April 1, 2019

Python program to calculate simple interest
Simple interest Simple interest is a simple way to calculate the interest on a loan.…

April 1, 2019

Python program to calculate area of a circle
Area of a circle The area of a circle is the number of square units…

April 1, 2019

Python swap two numbers without temporary variable
Swapping numbers Swapping numbers means exchanging the values between two or more variables. In this…

April 1, 2019

Python swap two numbers using temporary variable
Swapping numbers Swapping numbers means exchanging the values between two or more variables. In this…

April 1, 2019