0% found this document useful (0 votes)
11 views2 pages

Python

The document lists practical Python programming exercises for class 11 students. It includes tasks such as calculating averages, sale prices, areas of shapes, interests, and tax, as well as working with lists and dictionaries. Each practical aims to enhance students' programming skills through various real-world applications.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

Python

The document lists practical Python programming exercises for class 11 students. It includes tasks such as calculating averages, sale prices, areas of shapes, interests, and tax, as well as working with lists and dictionaries. Each practical aims to enhance students' programming skills through various real-world applications.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Python programs for class 11 Practicals

No
Practical
.

1 Write a python program to find average and grade for given marks.

2 Write a python program to find the sale price of an item with a given cost and discount (%).

Write a python program to calculate perimeter/circumference and area of shapes such as


3
triangle, rectangle, square and circle.

4 Write a program to calculate Simple and Compound interest.

5 Write a program to calculate profit-loss for a given Cost and Sell Price.

6 Write a program to calculate EMI for Amount, Period and Interest.

7 Write a program to calculate tax – GST / Income Tax

8 Write a program to find the largest and smallest numbers in a list.

9 Write a python program to find the third-largest/smallest number in a list.

10 Write a program to find the sum of squares of the first 100 natural numbers.

11 Write a program to print the first ‘n’ multiples of a given number.

12 Write a program to count the number of vowels in a user-entered string.

Write a program to print the words starting with a particular alphabet in a user-entered
13
string.

14 Create a dictionary of students to store names and marks obtained in 5 subjects.


15 Create a dictionary to store the names of states and their capitals.

You might also like