Python An exception is ____________ an object a module a special function a standard module an object a module a special function a standard module 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 Say s=”hello” what will be the return value of type(s) in Python? int str String bool int str String bool ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? pip install python pip install tkinter tkinter pip install tkinter install pip install python pip install tkinter tkinter pip install tkinter install ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? one more than one zero more than zero one more than one zero more than zero ANSWER DOWNLOAD EXAMIANS APP