Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 2 0 1 4 2 0 1 4 ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? True 1 0 False True 1 0 False ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? 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 none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? ValueError IOError NameError AssignmentError ValueError IOError NameError AssignmentError ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 63 characters None of the mentioned 31 characters 79 characters 63 characters None of the mentioned 31 characters 79 characters ANSWER DOWNLOAD EXAMIANS APP