Python What does the function re.search 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
Python Which of the following creates a pattern object? re.regex(str) re.create(str) re.compile(str) re.assemble(str) re.regex(str) re.create(str) re.compile(str) re.assemble(str) ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 5 5 or more 5 or less exactly 4 exactly 5 5 or more 5 or less exactly 4 ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? none of the mentioned pyregex re regex none of the mentioned pyregex re regex ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? Decomposing complex problems into simpler pieces Reducing duplication of code All of the mentioned Improving clarity of the code Decomposing complex problems into simpler pieces Reducing duplication of code All of the mentioned Improving clarity of the code ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ None of the mentioned Capitalized UPPER CASE lower case None of the mentioned Capitalized UPPER CASE lower case ANSWER DOWNLOAD EXAMIANS APP