Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 11

PRACTICAL FILE

OCTOBER 25, 2021


INDEX
S.N TITLE
1 To calculate perimeter and area of shapes such as
rectangle, square
2 To print the first 'n' multiples of a given number.
3 Create a dictionary of students to store names and
marks obtained in 5 subjects.
4 To find average and grade for given marks.
5 To calculate EMI for Amount, Period and Interest.
6 To print the number of occurrences of a given
alphabet in a given string.
7 To find the sale price of an item with a given cost and
discount
8 To find the sum of squares of the first 100 natural
numbers.
9 To calculate tax GST / Income Tax
10 To calculate profit-loss for a given Cost and Sell Price.
11 To calculate Simple and Compound interest
12 To count the number of vowels in a user entered
string.
13 To print the highest and lowest values in the dictionary
14 To find the largest and smallest numbers in a list-
15 To print the words starting with a particular alphabet
in a user entered string.
1- To calculate perimeter and area of shapes such as rectangle,
square

Output-

2- To print the first 'n' multiples of a given number.

Output-
3- Create a dictionary of students to store names and marks obtained
in 5 subjects.

Output-
4- To find average and grade for given marks.

Output-
5- To calculate EMI for Amount, Period and Interest.

Output-

6- To print the number of occurrences of a given alphabet in a given


string.

Output-
7- To find the sale price of an item with a given cost and discount

Output-

8- To find the sum of squares of the first 100 natural numbers.

Output-

9- To calculate tax GST / Income Tax


Output-

10- To calculate profit-loss for a given Cost and Sell Price.

Output-
11- To calculate Simple and Compound interest

Output-

12- To count the number of vowels in a user entered string.


Output-

13- To print the highest and lowest values in the dictionary

Output-

14- To find the largest and smallest numbers in a list


Output-

15- To print the words starting with a particular alphabet in a user


entered string.

Output-

You might also like