Python What is the result of cmp(3, 1) in python? True 1 0 False True 1 0 False ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? All of the mentioned – + * All of the mentioned – + * ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ None of the mentioned UPPER CASE lower case Capitalized None of the mentioned UPPER CASE lower case Capitalized ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.regex(str) re.assemble(str) re.compile(str) re.create(str) re.regex(str) re.assemble(str) re.compile(str) re.create(str) ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? always when there is an exception when there is no exception only if some condition that has been specified is satisfied always when there is an exception when there is no exception only if some condition that has been specified is satisfied ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? matches a pattern at the start of the string matches a pattern at any position in the string such a function does not exist none of the mentioned matches a pattern at the start of the string matches a pattern at any position in the string such a function does not exist none of the mentioned ANSWER DOWNLOAD EXAMIANS APP