Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 4 2 1 0 4 2 1 0 ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? False 1 True 0 False 1 True 0 ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.connect() s.accept() s.bind() All of the mentioned s.connect() s.accept() s.bind() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? always when there is an exception when there is no exception only if some condition that has been specified is satisfied always when there is an exception when there is no exception only if some condition that has been specified is satisfied ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location shape() All of the mentioned stamp() position() shape() All of the mentioned stamp() position() 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 Every object doesn’t have a unique id All of the mentioned id returns the identity of the object None of the mentioned Every object doesn’t have a unique id All of the mentioned ANSWER DOWNLOAD EXAMIANS APP