Python Say s=”hello” what will be the return value of type(s) in Python? bool str int String bool str int String ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.X re.U re.I re.A re.X re.U re.I re.A ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 5 exactly 4 5 or less 5 or more exactly 5 exactly 4 5 or less 5 or more 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
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ percentage symbol (%) caret (^) ampersand (&) newline percentage symbol (%) caret (^) ampersand (&) newline ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Tuples Lists Class Dictionary Tuples Lists Class Dictionary ANSWER DOWNLOAD EXAMIANS APP