Python How many except statements can a try-except block have? more than one more than zero zero one more than one more than zero zero one ANSWER DOWNLOAD EXAMIANS APP
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 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 What type of data is: a=[(1,1),(2,4),(3,9)]? Array of tuples List of tuples Invalid type Tuples of lists Array of tuples List of tuples Invalid type Tuples of lists ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a module an object a standard module a special function a module an object a standard module a special function ANSWER DOWNLOAD EXAMIANS APP