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

List of Programs For Practical File 2024 Class 9th

The document outlines a worksheet for Class IX students focusing on Python programming tasks. It includes a list of 20 specific programs that students are required to implement, covering various mathematical and logical operations. The submission date for the worksheet is set for August 25, 2024.
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)
21 views1 page

List of Programs For Practical File 2024 Class 9th

The document outlines a worksheet for Class IX students focusing on Python programming tasks. It includes a list of 20 specific programs that students are required to implement, covering various mathematical and logical operations. The submission date for the worksheet is set for August 25, 2024.
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
You are on page 1/ 1

Subject: Artificial Intelligence Class: IX

Topic: List of Python programs for practical file


WORK SHEET Date of submission: 25/08/2024

S.No. Program list Marks


1 WAP to find the area and perimeter of rectangle.
2 WAP to find the area and perimeter of a square.
3 WAP to find the volume of a cuboid.
4 WAP to find the volume of a cone.
5 WAP to find the Simple Interest, P,r and t will be entered by user.
6 WAP to find the Area of triangle by using heron’s formula.
7 WAP to check weather a given number is even or odd.
8 WAP to convert distance from km to m.
9 WAP to convert Temperature from Celsius to Fahrenheit.
10 WAP to find the power of a number.
11 WAP to find maximum of two numbers entered by user.
12 WAP to find maximum of three numbers entered by user.
13 WAP to find the factorial of a given number.
14 WAP to generate the table of a given number.
15 WAP to swap the value of two integers.
16 WAP to calculate the average and percentage of marks of 5 subjects.
17 WAP to Create a list num=[23,14,34,36,56,78,90]
1. Print the length of the list
2. Print the whole list
3. Print the elements from second to fourth position using positive indexing.
4. Print the elements from position third to fifth using negative indexing.
5. Add a new element in the list.
18 WAP to Create a list num=[25,18,34,36,36,78,80]
1. Delete the number 34 from the list
2. Remove the item which is at the third position in the list.
3. Sort the list
4. Add another list num1= [4,6,7] to the existing list by using extend function.
5. Clear all the elements of the list.
19 WAP to check if a person can vote.
20 WAP to print the sum of first 10 natural numbers.

1/1

You might also like