Python type() Function Quiz

Test your understanding of the python type function! In this quiz, 4 questions have been asked from the python type function topic.

If you have not read the Python type function article, read first – Python type() function

26

Python Quiz

python type function quiz

Python type() Function Quiz

1 / 4

1) c = 100 + 120.01
What is the type of c?

 

2 / 4

2) a = "Hello"
Which of the following option is right to get the type of variable a?

3 / 4

3) Which of these functions is used to find the type of variable or object?

4 / 4

4) What is the output of this code?
a = Name
print(type(a))

Your score is

The average score is 66%

0%