Python Python MRO concept is Method Resolution Order Method Recursion Order None of the mentioned Method Resetting Order Method Resolution Order Method Recursion Order None of the mentioned Method Resetting Order ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? None of the mentioned machine dependent yes no None of the mentioned machine dependent yes no ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? such a function does not exist matches a pattern at any position in the string none of the mentioned matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string none of the mentioned matches a pattern at the start of the string 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 none of the mentioned such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned such a function does not exist ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.regex(str) re.compile(str) re.assemble(str) re.create(str) re.regex(str) re.compile(str) re.assemble(str) re.create(str) ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? 1 True False 0 1 True False 0 ANSWER DOWNLOAD EXAMIANS APP