Python Which of the following statements is true? The standard exceptions are automatically imported into Python programs If any exception is thrown in try block, else block is executed All raised standard exceptions must be handled in Python When there is a deviation from the rules of a programming language, a semantic error is thrown The standard exceptions are automatically imported into Python programs If any exception is thrown in try block, else block is executed All raised standard exceptions must be handled in Python When there is a deviation from the rules of a programming language, a semantic error is thrown ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.X re.I re.A re.U re.X re.I re.A re.U ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 79 characters 63 characters 31 characters None of the mentioned 79 characters 63 characters 31 characters None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Label Frame All of the mentioned Window Label Frame All of the mentioned Window ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x**y x^^y None of the mentioned x^y x**y x^^y None of the mentioned x^y ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Invalid type Array of tuples List of tuples Tuples of lists Invalid type Array of tuples List of tuples Tuples of lists ANSWER DOWNLOAD EXAMIANS APP