You are on page 1of 17

AI Python project

Name- Dhairya Kotian


Grade- 9
Division- C

Roll no.- 4
Enrollment no.- 68

Pg no 1
INDEX
Topic Pg no Sign

Program 1 3
Program 2 4
Program 3 5
Program 4 6
Program 5 7
Program 6 8
Program 7 9
Program 8 10
Program 9 11
Program 10 12
Program 11 13
Program 12 14
Program 13 15
Program 14 16
Program 15 17

Pg no 2
page number 330 of Kips AI textbook, 15
questions have been taken.

Q1- Take three numbers as input and display their


sum and product on the screen.

Pg no 3

Q2-Create a python program to print factorial of number 10.


Pg no 4
Q3-Take two numbers as input. Convert these
numbers to positive numbers if they are negative
numbers, convert them into negative numbers if they
are positive number

ff

Pg no 5
Q4- Create a python list with tree items. Print the
data types of these items.
Pg no 6
Q5- Create a python list containing the first 5 positive even
numbers. Display the list elements in the descending order.
Pg no 7
Q6-Create a python list containing four integers. Replace
the third and fourth items in the list with the product of the
last two items and print list on the screen.

Pg no 8
Q7-Create a python list of six numbers. Replace the
second, fourth and sixth numbers with the cube of
the number to its immediate left.

Pg no 9
Q8-Take three numbers as input from the user. Store
these numbers in a list. Display their products on the
screen.
Pg no 10
Q9-Take a number as an input from user. Store the
first three positive multiples of the number in a list.
Show the list on the screen.
Pg no 11
Q10-Take three names as input from the user. Store
these names in a list. Shift all three names to a single
variable and delete the list.
Pg no 12
Q11-Write a program to print the addition and
subtraction of two arbitrary numbers.
Pg no 13

Q12-Write a program where the multiplication and


division of two arbitrary numbers get printed.
Pg no 14
Q13- Write a program to convert kilometers to miles.
Pg no 15
Q14- Write a program to calculate the area of
rectangle with arbitrary values of length and
breadth.

Pg no 16
Q15- Write a program to convert Kelvin measurements to
Celsius.

Pg no 17

You might also like