Python How many except statements can a try-except block have? more than zero more than one one zero more than zero more than one one zero ANSWER DOWNLOAD EXAMIANS APP
Python What is the use of duck typing? No restriction on the type values that can be passed to a given method Less restriction on the type values that can be passed to a given method Makes the program code smaller More restriction on the type values that can be passed to a given method No restriction on the type values that can be passed to a given method Less restriction on the type values that can be passed to a given method Makes the program code smaller More restriction on the type values that can be passed to a given method 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 config() in python Tkinter are used for configure the widget 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 ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. list tuple dictionary set list tuple dictionary set ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] dictionary array list tuple dictionary array list tuple ANSWER DOWNLOAD EXAMIANS APP