AI - Practical Exam X

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

ARTIFICIAL INTELLIGENCE

SUBJECT CODE: 417

GRADE - X

Term- II

Practical Exam

Max. Marks: 15
Duration: 45 mins
● Attempt any three questions-
1. Write a program to print the table of any number given by user.
2. Write a program to take two float numbers from user, convert them into integer and apply
following operation-
# Modulus
# Floor Division
# Exponent
3. Write the python program that accept length from user, create list of that length and slice it
into three equal parts.
4. Write a program to create a tuple and print all its elements one by one.
5. Write a program to create a list and implement following functions-

# len()

# append()

# insert()

# del statement

# remove ()

1 | Page

You might also like