0% found this document useful (0 votes)
18 views11 pages

Bal Bharti School, Bahadurgarh: Class Ix Subject - Artificial Intelligence

Uploaded by

Shagun Dahiya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views11 pages

Bal Bharti School, Bahadurgarh: Class Ix Subject - Artificial Intelligence

Uploaded by

Shagun Dahiya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

BAL BHARTI SCHOOL,

BAHADURGARH

PRACTICAL FILE
CLASS IX
SUBJECT – ARTIFICIAL INTELLIGENCE

SUBMITTED TO: SUBMITTED BY:

___________________________ ___________________________

____________________________ ___________________________
Program 1: Write a program in python to calculate the sum of 2 numbers.

# INPUT

#OUTPUT
Program 2: Write a program to calculate the total and percentage of 5
subject marks (max marks = 20)

#INPUT

#OUTPUT
Program 3 : Write a program to print name, class, section, roll number and
age in the given format:
Your name is ______
Your study in _____ class
Your roll number is ___
Your age is _____ years
#INPUT

#OUTPUT
Program 4: Write a program to check whether a number is negative, positive
or zero.
#INPUT

#OUTPUT
Program 5: Write a program to print the table of a number using for loop.
#INPUT

#OUTPUT
Program 6: Write a program to swap 2 variables.
#INPUT

#OUTPUT
Program 7: Write a program to print even numbers between 1-10 including
the numbers 1and 10.

#INPUT

#OUTPUT
Program 8: Write a program to create list.

#INPUT

#OUTPUT
Program 9: Write a program to create list and reverse list.

#INPUT

#OUTPUT
Program 10: Write a program to display square, cube, floor division,
modulus of any 2 given numbers.
#INPUT

#OUTPUT

You might also like