Python What does the function re.search do? 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 matches a pattern at the start of the string 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 Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 0 2 1 4 0 2 1 4 ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? List of tuples Tuples of lists Array of tuples Invalid type List of tuples Tuples of lists Array of tuples Invalid type ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ Capitalized UPPER CASE lower case None of the mentioned Capitalized UPPER CASE lower case None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? A subclass method can be overridden by the superclass Overriding isn’t possible in Python A non-private method in a superclass can be overridden A private method in a superclass can be overridden A subclass method can be overridden by the superclass Overriding isn’t possible in Python A non-private method in a superclass can be overridden A private method in a superclass can be overridden ANSWER DOWNLOAD EXAMIANS APP