Python What arithmetic operators cannot be used with strings in Python? – + * All of the mentioned – + * All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 4 0 2 1 4 0 2 1 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 What does the function re.search do? none of the mentioned such a function does not exist matches a pattern at any position in the string matches a pattern at the start of the string none of the mentioned such a function does not exist matches a pattern at any position in the string matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? True 0 1 False True 0 1 False ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Window Frame All of the mentioned Label Window Frame All of the mentioned Label ANSWER DOWNLOAD EXAMIANS APP