Bal Bharti School, Bahadurgarh: Class Ix Subject - Artificial Intelligence
Bal Bharti School, Bahadurgarh: Class Ix Subject - Artificial Intelligence
BAHADURGARH
PRACTICAL FILE
CLASS IX
SUBJECT – ARTIFICIAL INTELLIGENCE
___________________________ ___________________________
____________________________ ___________________________
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