Python An exception is ____________ a module a special function a standard module an object a module a special function a standard module an object ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for destroy the widget place the widget configure the widget change property of the widget destroy the widget place the widget configure the widget change property of the widget ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? AssignmentError ValueError NameError IOError AssignmentError ValueError NameError IOError ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? All of the mentioned Every object doesn’t have a unique id None of the mentioned id returns the identity of the object All of the mentioned Every object doesn’t have a unique id None of the mentioned id returns the identity of the object ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? Else Assert except finally Else Assert except finally ANSWER DOWNLOAD EXAMIANS APP