Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 5 5 or less exactly 4 5 or more exactly 5 5 or less exactly 4 5 or more 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 Which Python keyword is used for function? Def Function Define Fun Def Function Define Fun ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? All of the mentioned xmlrpclib urllib httplib All of the mentioned xmlrpclib urllib httplib ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.create(str) re.assemble(str) re.regex(str) re.compile(str) re.create(str) re.assemble(str) re.regex(str) re.compile(str) ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? % None of the mentioned // / % None of the mentioned // / ANSWER DOWNLOAD EXAMIANS APP