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.
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