Python Which of the following functions results in case insensitive matching? re.I re.U re.A re.X re.I re.U re.A re.X ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? 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 such a function does not exist matches a pattern at any position in the string ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ Capitalized UPPER CASE None of the mentioned lower case Capitalized UPPER CASE None of the mentioned lower case ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? 1 False 0 True 1 False 0 True 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 Say s=”hello” what will be the return value of type(s) in Python? bool int str String bool int str String ANSWER DOWNLOAD EXAMIANS APP