Python What arithmetic operators cannot be used with strings in Python? All of the mentioned * + – All of the mentioned * + – ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Invalid type Tuples of lists Array of tuples List of tuples Invalid type Tuples of lists Array of tuples List of tuples ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? no machine dependent yes None of the mentioned no machine dependent yes None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Resolution Order Method Resetting Order Method Recursion Order None of the mentioned Method Resolution Order Method Resetting Order Method Recursion Order None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? String int bool str String int bool str ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? except Assert finally Else except Assert finally Else ANSWER DOWNLOAD EXAMIANS APP