0% found this document useful (0 votes)
27 views

Class IX_ PYTHON practical list

practical for ix format computer

Uploaded by

chunbukpranav
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)
27 views

Class IX_ PYTHON practical list

practical for ix format computer

Uploaded by

chunbukpranav
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/ 5

St.

Xavier’s High
School
Sector -49, Gurugram-122002

A PRACTICAL RECORD FILE IS SUBMITTED FOR THE ARTIFICIAL


INTELLIGENCE

CLASS IX

SESSION 2024-25

SUBMITTED BY: [Rishi Papneja]


SUBJECT TEACHER(AI): Ms.
Charu Chopra

IX Practical File|Session2024-25
Page 1 | 5
CLASS : IX [B]
ROLL NO: 16

ACKNOWLEDGEMENT

I wish to express my deep sense of


gratitude and indebtedness to our teacher
Ms. Charu Chopra , AI teacher, St.
Xavier’s High School for her invaluable
help, advice and guidance in the
preparation of this project.

I am also greatly indebted to our principal


Ms. Ritu Mehta and school authorities for
providing me with the facilities and
requisite laboratory conditions for making
this practical file work.

I also extend my thanks to a number of


teachers, my classmates and friends who
helped me to complete this practical file
successfully.

IX Practical File|Session2024-25
Page 2 | 5
[Rishi Papneja]

CERTIFICATE

This is to certify that[Rishi Papneja

, student of Class X, Amity


International School has completed
the PRACTICAL FILE during the
academic year 2024-25 towards partial
fulfillment of credit for the
ARTIFICIAL INTELLIGENCE practical
evaluation of 2024-2025 and
submitted satisfactory
report, as compiled in the following
pages, under my supervision.

IX Practical File|Session2024-25
Page 3 | 5
Date: School Seal Teacher Signature

PYTHON PROGRAMS LIST

PRINT/ Accept the values from user and print the out as per the
INPUT program
1. To calculate Area and Perimeter of a rectangle
2. To calculate Area of a triangle with Base and Height
3. To calculating average marks of 3 subjects
4. To calculate discounted amount with discount %
5. To calculate Surface Area and Volume of a Cuboid
IF, FOR, 6. Program to check if a person can vote
WHILE 7. To check the grade of a student
8. Input a number and check if the number is positive,
negative or zero and display an appropriate message
9. To print first 10 natural numbers
10. To print first 10 even numbers
11. To print odd numbers from 1 to n
12. To print sum of first 10 natural numbers
13. Program to find the sum of all numbers stored
in a list
List 14. Create a list in Python to perform the following
tasks on the list in sequence-
 Accept name and class children selected for
science quiz
 Insert the details accepted in list
 The user should be asked every time to continues
adding names
IX Practical File|Session2024-25
Page 4 | 5
 Print the whole list
15. Create a list num=[23,12,5,9,65,44]
 print the length of the list
 print the elements from second to fourth position
using positive indexing
 print the elements from position third to fifth using
negative indexing
16. Create a list of first 10 even numbers, add 1 to
each list item and print the final list.
17. Create a list List_1=[10,20,30,40]. Add the
elements [14,15,12] using extend function. Now sort
the final list in ascending order and print it.

PASTE THE
PROGRAM CODE
AND OUTPUT
SCREENSHOT
HERE

IX Practical File|Session2024-25
Page 5 | 5

You might also like