Python Lab Assignment
Chapter-3
Introduction To Python
- wap to add two numbers given by user
- wap to display months and days for entered no of days.
- wap to find selling price.
- wap to calculate Bonus, Commission and Gross Salary of Any Company.
- wap to convert the time given into minutes in hours and minutes.
- wap to enter 3 numbers and find their sum, average and display them.
- wap to enter the radius of a circle and find the Area.
- wap to enter number and find square of that number
- wap enter a number and display its cube value.
- wap to swap two variables value using third variable
- wap to swap two variables value without using third variable
- ap to convert Celsius to Fahrenheit.
- wap to convert Fahrenheit to Celsius
- wap to calculate simple interest (number is accept from users)
- wap to calculate salary of an employee given his basic pay (to entered by the user) HRA is 10% of the basic pay, TA is 12% of basic pay. Define HRA and TA as constant and use them to calculate the salary of the employee.