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.