Python Say s=”hello” what will be the return value of type(s) in Python? int String bool str int String bool str ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Resolution Order None of the mentioned Method Recursion Order Method Resetting Order Method Resolution Order None of the mentioned Method Recursion Order Method Resetting Order ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Define Def Function Fun Define Def Function Fun ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.X re.U re.A re.I re.X re.U re.A re.I ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? such a function does not exist none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string such a function does not exist none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. tuple dictionary set list tuple dictionary set list ANSWER DOWNLOAD EXAMIANS APP