Python In order to store values in terms of key and value we use what Python core data type. dictionary list tuple set dictionary list tuple set ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for destroy the widget place the widget change property of the widget configure the widget destroy the widget place the widget change property of the widget configure the widget ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? matches a pattern at any position in the string matches a pattern at the start of the string such a function does not exist none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string such a function does not exist none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Label Window Frame All of the mentioned Label Window Frame All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter None of the mentioned line() canvas.create_line() create_line(canvas) None of the mentioned line() canvas.create_line() create_line(canvas) ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Invalid type List of tuples Tuples of lists Array of tuples Invalid type List of tuples Tuples of lists Array of tuples ANSWER DOWNLOAD EXAMIANS APP