Python To add a new element to a list we use which Python command? list1.add(5) list1.addLast(5) list1.append(5) list1.addEnd(5) list1.add(5) list1.addLast(5) list1.append(5) list1.addEnd(5) ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? – + * All of the mentioned – + * All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? one more than zero more than one zero one more than zero more than one zero ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.accept() s.connect() All of the mentioned s.bind() s.accept() s.connect() All of the mentioned s.bind() ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? 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 only if some condition that has been specified is satisfied when there is no exception always ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Dictionary Tuples Lists Class Dictionary Tuples Lists Class ANSWER DOWNLOAD EXAMIANS APP