Python What does the function re.match do? 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 such a function does not exist ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter line() create_line(canvas) canvas.create_line() None of the mentioned line() create_line(canvas) canvas.create_line() None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Why are local variable names beginning with an underscore discouraged in Python Programming? they confuse the interpreter they are used to indicate global variables they slow down execution they are used to indicate a private variables of a class they confuse the interpreter they are used to indicate global variables they slow down execution they are used to indicate a private variables of a class ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? All of the mentioned Window Label Frame All of the mentioned Window Label Frame ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 4 exactly 5 5 or more 5 or less exactly 4 exactly 5 5 or more 5 or less ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when no exception occurs when an exception occurs in to except block when an exception occurs Always when no exception occurs when an exception occurs in to except block when an exception occurs Always ANSWER DOWNLOAD EXAMIANS APP