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 config() in python Tkinter are used for destroy the widget configure the widget place the widget change property of the widget destroy the widget configure the widget place the widget change property of the widget ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? / % // None of the mentioned / % // None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.regex(str) re.create(str) re.compile(str) re.assemble(str) re.regex(str) re.create(str) re.compile(str) re.assemble(str) ANSWER DOWNLOAD EXAMIANS APP
Python Why are local variable names beginning with an underscore discouraged in Python Programming? they confuse the interpreter they are used to indicate a private variables of a class they slow down execution they are used to indicate global variables they confuse the interpreter they are used to indicate a private variables of a class they slow down execution they are used to indicate global variables ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location shape() stamp() All of the mentioned position() shape() stamp() All of the mentioned position() ANSWER DOWNLOAD EXAMIANS APP