Python What type of data is: a=[(1,1),(2,4),(3,9)]? Invalid type Tuples of lists List of tuples Array of tuples Invalid type Tuples of lists List of tuples Array of tuples ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a module an object a standard module a special function a module an object a standard module a special function 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 To add a new element to a list we use which Python command? list1.addLast(5) list1.add(5) list1.append(5) list1.addEnd(5) list1.addLast(5) list1.add(5) list1.append(5) list1.addEnd(5) ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? AssignmentError IOError NameError ValueError AssignmentError IOError NameError ValueError ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? – All of the mentioned + * – All of the mentioned + * ANSWER DOWNLOAD EXAMIANS APP