Python All keywords in Python are in _________ UPPER CASE Capitalized None of the mentioned lower case UPPER CASE Capitalized None of the mentioned lower case ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.addLast(5) list1.add(5) list1.addEnd(5) list1.append(5) list1.addLast(5) list1.add(5) list1.addEnd(5) list1.append(5) ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.bind() All of the mentioned s.accept() s.connect() s.bind() All of the mentioned s.accept() s.connect() 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 In order to store values in terms of key and value we use what Python core data type. dictionary set tuple list dictionary set tuple list 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 when there is an exception always only if some condition that has been specified is satisfied when there is no exception when there is an exception always ANSWER DOWNLOAD EXAMIANS APP