Python Which of the following is not a standard exception in Python? AssignmentError IOError NameError ValueError AssignmentError IOError NameError ValueError ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a module a standard module an object a special function a module a standard module an object a special function ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Tuples of lists List of tuples Invalid type Array of tuples Tuples of lists List of tuples Invalid type Array of tuples 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 Which module in Python supports regular expressions? re pyregex regex none of the mentioned re pyregex regex none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? id returns the identity of the object None of the mentioned All of the mentioned Every object doesn’t have a unique id id returns the identity of the object None of the mentioned All of the mentioned Every object doesn’t have a unique id ANSWER DOWNLOAD EXAMIANS APP