Direction: Choose the correct option
Q1.
Which of the following is a built-in numeric data type in Python?
Direction: Choose the correct option
Q2.
What is the result of `type(3.14)`?
Direction: Choose the correct option
Q3.
Which data type is immutable in Python?
Direction: Choose the correct option
Q4.
What does `bool(0)` return?
Direction: Choose the correct option
Q5.
How do you convert a string to a list of characters?
Direction: Choose the correct option
Q6.
What is the data type of `(1, 2, 3)`?
Direction: Choose the correct option
Q7.
Which of the following is a valid way to create an empty set?
Direction: Choose the correct option
Q8.
What is the result of `type(10 // 3)`?
Direction: Choose the correct option
Q9.
What does `isinstance('hello', str)` return?
Direction: Choose the correct option
Q10.
Which of the following is NOT a valid Python data type?
