Class XI PT II
Class XI PT II
5 Hrs
Part-A Marks
No
1 Write a statement in Python to declare a dictionary whose keys are a,b,c and 1
values are January, February and March respectively.
2 Name the built-in mathematical function / method that is used to return the 1
smallest integer greater than or equal to x.
3 Identify the data type of T: 1
T = [‘A’, ‘23’, ‘92’, ‘(10,20)’]
a. dictionary b. string c.tuple d. list
4 Name the built-in random function / method that is used to return a random 1
number between 0 and 1.
5 What will be the output of following code 1