- Python is an exciting and powerful language with the right combination of performance and features that makes programming fun and easily....
- It is high level language, object oriented, and a reliable language that is very simple.
- Python is an open source project, supported by many individuals.
- It is a platform independent , scripted language, with complete access to operating system.
- Write a python program to calculate the area of a triangle using Heron's formula.
- Write a python program to calculate the distance between two points.
- Write a python program to calculate the area of a circle.
- Write a python program to print the digit at one's place of a number.
- Write a python program to calculate the average of two numbers and find their deviation.
- Write a python program to fahrenheit into celsius degree.
- WRITE A PYTHON PROGRAM TO CALCULATE THE TOTAL AMOUNT OF MONEY IN THE POCKET, GIVEN THE COINS OF RS.10 ,RS.5, RS.2, AND RS.1.
- WRITE A PYTHON PROGRAM TO CALCULATE THE BILL AMOUNT FOR AN ITEM GIVEN ITS QUANTITY SOLD, VALUE, DISCOUNT, AND TAX.
- Write a program to calculate a students result based on two examinations, 1 sports event, and 3 activities conducted. The weightage of activities= 30%, sports= 20% , and examinations= 50%.
- Write a python program to demonstrate the string with the single quotes, double and triple quotes.
- Write a python program to get the ASCII value of a given character.
- Write a program to read a character in the upper case and then print it in a lowercase.
- Write a python program to swap two numbers by using temporary variable.
- Write a python program to calculate simple interest and compound interest.
- write a python program that prompts users to enter two integers x and y. The program then calculates and displays X^y.
- Write a python program that prompts user to enter his first name and last name and then displays a message "Greetings!!! First name Last name."
- Energy is calculated as E=mc^2, where m is the mass of an object and c is the speed of light. Write a program that displays its energy.
- Write a python program to calculate the number of seconds in the given days.
- Write a python program to make a simple calculator.
- Write a python program to determine whether a person is eligible to vote.
- Write a python program to enter any character. If the entered character is in lowercase then its convert into uppercase and vice versa.
- A company decides to give bonus to all its employees on Diwali. A 5% bonus on salary is given to the male workers and 10% bonus on salary to the female workers. Write a python program to enter the salary of the employees and sex of the employee. If the salary of the employee is less than Rs. 10,000 then the employees gets an extra 2% bonus on salary. Calculate the bonus that has to be given to the employee and display the salary that the employee will get.
- Write a python program to test a number whether it is positive or negative or zero.
- Write a python program to determine whether the given character is a vowel or not.
- Write a python program to find the greatest from the three numbers.
- Write a program that prompts the user to enter a number between 1-7 and then displays the corresponding day of the week.
- Write a python program to take input from the user and then check whether it is a number of a character. If it is a character, determine whether it is in uppercase or lowercase.
- Write a python program to find the roots of a quadratic equation.
- Write a python program that prompts users to enter a character (O,A,B,C,F) and display outstanding, very good, good, average and fail respectively.
- Write a python program to find whether a given year is a leap year or not.
- Write a python program to print first 10 numbers using a while loop.
- Write a python program to print the numbers from 0 to 100 which is divisible by 4 using while loop.
- Write a python program to calculate the sum and average of first 10 numbers.
- Write a python program to calculate the sum of numbers from m to n.
No comments:
Post a Comment