Python What does the function re.match do? 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 such a function does not exist ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when an exception occurs when no exception occurs Always when an exception occurs in to except block when an exception occurs when no exception occurs Always when an exception occurs in to except block ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location shape() All of the mentioned stamp() position() shape() All of the mentioned stamp() position() ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.regex(str) re.compile(str) re.create(str) re.assemble(str) re.regex(str) re.compile(str) re.create(str) re.assemble(str) ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? It on __init__ in It on __init__ in ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter pip install tkinter install pip install tkinter pip install python tkinter pip install tkinter install pip install tkinter pip install python ANSWER DOWNLOAD EXAMIANS APP