0% found this document useful (0 votes)
5 views1 page

Python Practice Questions

The document contains a list of ten Python programming practice questions. These questions cover various topics such as finding the largest number, calculating grades, checking number properties, and computing bills and discounts. Each question is designed to help improve Python programming skills through practical application.

Uploaded by

s.jharana1234sai
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Python Practice Questions

The document contains a list of ten Python programming practice questions. These questions cover various topics such as finding the largest number, calculating grades, checking number properties, and computing bills and discounts. Each question is designed to help improve Python programming skills through practical application.

Uploaded by

s.jharana1234sai
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like