Python An exception is ____________ an object a special function a standard module a module an object a special function a standard module a module ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? re pyregex regex none of the mentioned re pyregex regex none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __a = 1 __str__ = 1 None of the mentioned _a = 1 __a = 1 __str__ = 1 None of the mentioned _a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? finally Else except Assert finally Else except Assert ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? more than one zero one more than zero more than one zero one more than zero ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? Decomposing complex problems into simpler pieces Reducing duplication of code Improving clarity of the code All of the mentioned Decomposing complex problems into simpler pieces Reducing duplication of code Improving clarity of the code All of the mentioned ANSWER DOWNLOAD EXAMIANS APP