11.
What is the data type of the result of 10 / 2 ?

12.
How do you convert a string containing an integer to an integer data type?

13.
Which of the following is not a numeric data type in Python?

14.
What is the result of complex(3, 4) ?

15.
What is the purpose of the round() function in Python?

17.
What is the result of 5 + 3.0 ?

20.
What is the result of 5 // 2 ?