Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 1 4 0 2 1 4 0 2 ANSWER DOWNLOAD EXAMIANS APP
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 In which of the following field, we can put our Button? Window Label All of the mentioned Frame Window Label All of the mentioned Frame 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 Python MRO concept is Method Recursion Order Method Resetting Order None of the mentioned Method Resolution Order Method Recursion Order Method Resetting Order None of the mentioned Method Resolution Order ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? Error True False Machine dependent Error True False Machine dependent ANSWER DOWNLOAD EXAMIANS APP