Python What type of data is: a=[(1,1),(2,4),(3,9)]? List of tuples Tuples of lists Invalid type Array of tuples List of tuples Tuples of lists Invalid type Array of tuples ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. dictionary set list tuple dictionary set list tuple ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when an exception occurs in to except block when no exception occurs Always when an exception occurs when an exception occurs in to except block when no exception occurs Always when an exception occurs ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter line() None of the mentioned create_line(canvas) canvas.create_line() line() None of the mentioned create_line(canvas) canvas.create_line() ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ caret (^) ampersand (&) percentage symbol (%) newline caret (^) ampersand (&) percentage symbol (%) newline ANSWER DOWNLOAD EXAMIANS APP