Python Programming practice questions
1. Write a Python program to input three numbers and display the largest.
2. Write a program to accept marks of a student and display Pass/Fail and Grade.
3. Write a program to check whether a number is positive, negative, or zero and also
whether it is even or odd.
4. Write a program to calculate the ticket price based on the age of a person.
5. Write a program to calculate the electricity bill based on the number of units consumed.
6. Write a Python program to check whether a given year is a leap year.
7. Write a program to verify username and password entered by the user.
8. Write a program to check whether a student is eligible for admission based on marks and
age.
9. Write a program to calculate bonus for an employee based on salary and years of service.
10. Write a program to calculate the discount and final amount based on the total purchase
value.