Python Correct way to draw a line in canvas tkinter canvas.create_line() line() None of the mentioned create_line(canvas) canvas.create_line() line() None of the mentioned create_line(canvas) ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Tuples of lists List of tuples Invalid type Array of tuples Tuples of lists List of tuples Invalid type Array of tuples ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ caret (^) ampersand (&) newline percentage symbol (%) caret (^) ampersand (&) newline percentage symbol (%) ANSWER DOWNLOAD EXAMIANS APP
Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 0 1 4 2 0 1 4 2 ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? when there is no exception when there is an exception only if some condition that has been specified is satisfied always when there is no exception when there is an exception only if some condition that has been specified is satisfied always ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is None of the mentioned Method Resetting Order Method Resolution Order Method Recursion Order None of the mentioned Method Resetting Order Method Resolution Order Method Recursion Order ANSWER DOWNLOAD EXAMIANS APP