Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 1 0 4 2 1 0 4 2 ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a special function an object a module a standard module a special function an object a module a standard module ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? zero more than zero one more than one zero more than zero one more than one ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? machine dependent None of the mentioned yes no machine dependent None of the mentioned yes no ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? always when there is an exception when there is no exception only if some condition that has been specified is satisfied always when there is an exception when there is no exception only if some condition that has been specified is satisfied ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Class Tuples Dictionary Lists Class Tuples Dictionary Lists ANSWER DOWNLOAD EXAMIANS APP