Python Which of the following creates a pattern object? re.compile(str) re.create(str) re.regex(str) re.assemble(str) re.compile(str) re.create(str) re.regex(str) re.assemble(str) ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Recursion Order Method Resolution Order Method Resetting Order None of the mentioned Method Recursion Order Method Resolution Order Method Resetting Order None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for configure the widget place the widget change property of the widget destroy the widget configure the widget place the widget change property of the widget destroy the widget ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? zero one more than zero more than one zero one more than zero more than one ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Lists Tuples Dictionary Class Lists Tuples Dictionary Class ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? str bool int String str bool int String ANSWER DOWNLOAD EXAMIANS APP