Python config() in python Tkinter are used for destroy the widget configure the widget change property of the widget place the widget destroy the widget configure the widget change property of the widget place the widget ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when no exception occurs when an exception occurs in to except block Always when an exception occurs when no exception occurs when an exception occurs in to except block Always when an exception occurs ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.I re.X re.U re.A re.I re.X re.U re.A ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] tuple dictionary list array tuple dictionary list array ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? All of the mentioned s.listen() s.bind() s.accept() All of the mentioned s.listen() s.bind() s.accept() 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 More restriction on the type values that can be passed to a given method Makes the program code smaller Less 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 More restriction on the type values that can be passed to a given method Makes the program code smaller Less restriction on the type values that can be passed to a given method ANSWER DOWNLOAD EXAMIANS APP