Python config() in python Tkinter are used for place the widget change property of the widget destroy the widget configure the widget place the widget change property of the widget destroy the widget configure the widget ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] list array dictionary tuple list array dictionary tuple ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? Assert Else except finally Assert Else except finally ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? It on in __init__ It on in __init__ ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.addEnd(5) list1.addLast(5) list1.append(5) list1.add(5) list1.addEnd(5) list1.addLast(5) list1.append(5) list1.add(5) ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ caret (^) newline percentage symbol (%) ampersand (&) caret (^) newline percentage symbol (%) ampersand (&) ANSWER DOWNLOAD EXAMIANS APP