Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 2 0 4 1 2 0 4 1 ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for change property of the widget destroy the widget place the widget configure the widget change property of the widget destroy the widget place the widget configure the widget ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.add(5) list1.addEnd(5) list1.append(5) list1.addLast(5) list1.add(5) list1.addEnd(5) list1.append(5) list1.addLast(5) ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] tuple array list dictionary tuple array list dictionary ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? ‘3\’ “He said, ‘Yes!'” ”’That’s okay”’ ‘”Once upon a time…”, she said.’ ‘3\’ “He said, ‘Yes!'” ”’That’s okay”’ ‘”Once upon a time…”, she said.’ ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location stamp() All of the mentioned shape() position() stamp() All of the mentioned shape() position() ANSWER DOWNLOAD EXAMIANS APP