Python Which of the following is the use of id() function in python? None of the mentioned All of the mentioned id returns the identity of the object Every object doesn’t have a unique id None of the mentioned All of the mentioned id returns the identity of the object Every object doesn’t have a unique id ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a standard module an object a special function a module a standard module an object a special function a module ANSWER DOWNLOAD EXAMIANS APP
Python To insert 5 to the third position in list1, we use which Python command? list1.append(3, 5) list1.insert(2, 5) list1.insert(3, 5) list1.add(3, 5) list1.append(3, 5) list1.insert(2, 5) list1.insert(3, 5) list1.add(3, 5) ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? only if some condition that has been specified is satisfied when there is no exception always when there is an exception only if some condition that has been specified is satisfied when there is no exception always when there is an exception ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Class Lists Tuples Dictionary Class Lists Tuples Dictionary ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Frame Window Label All of the mentioned Frame Window Label All of the mentioned ANSWER DOWNLOAD EXAMIANS APP