Datatype in Python MCQs Exercise II


Ques 1 Datatype


Which of the following is true about mutable datatypes?
  a) that can be changeable.
  b) that cannot be changeable.
  c) It can return one or more variable.
  d) None of the above.


b is the correct option





Ques 2 Datatype


Which of the following blocks will always be executed whether an exception is encountered or not in a program in Python?
  a) try
  b) except
  c) finally
  d) catch


c is the correct option