Python Which of the following statements is true? When there is a deviation from the rules of a programming language, a semantic error is thrown All raised standard exceptions must be handled in Python The standard exceptions are automatically imported into Python programs If any exception is thrown in try block, else block is executed When there is a deviation from the rules of a programming language, a semantic error is thrown All raised standard exceptions must be handled in Python The standard exceptions are automatically imported into Python programs If any exception is thrown in try block, else block is executed ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ an object a module a special function a standard module an object a module a special function a standard module ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? Else except Assert finally Else except Assert finally 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 creates a pattern object? re.compile(str) re.assemble(str) re.regex(str) re.create(str) re.compile(str) re.assemble(str) re.regex(str) re.create(str) ANSWER DOWNLOAD EXAMIANS APP