Python Which of the following blocks will be executed whether an exception is thrown or not? finally Assert except Else finally Assert except Else ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Lists Class Dictionary Tuples Lists Class Dictionary Tuples ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Label All of the mentioned Window Frame Label All of the mentioned Window Frame ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.addLast(5) list1.append(5) list1.addEnd(5) list1.add(5) list1.addLast(5) list1.append(5) list1.addEnd(5) list1.add(5) ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? 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 None of the mentioned ANSWER DOWNLOAD EXAMIANS APP