Python What does the function re.search do? 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 matches a pattern at the start of the string matches a pattern at any position in the string such a function does not exist ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Fun Function Define Def Fun Function Define Def ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.X re.A re.U re.I re.X re.A re.U re.I ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? None of the mentioned _a = 1 __str__ = 1 __a = 1 None of the mentioned _a = 1 __str__ = 1 __a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? Dictionaries aren’t ordered The values of a dictionary can be accessed using keys The keys of a dictionary can be accessed using values Dictionaries are mutable Dictionaries aren’t ordered The values of a dictionary can be accessed using keys The keys of a dictionary can be accessed using values Dictionaries are mutable 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