Python Which Python is used by client to opens a TCP connection to hostname? s.connect() s.bind() All of the mentioned s.accept() s.connect() s.bind() All of the mentioned s.accept() ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? Decomposing complex problems into simpler pieces All of the mentioned Improving clarity of the code Reducing duplication of code Decomposing complex problems into simpler pieces All of the mentioned Improving clarity of the code Reducing duplication of code ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? List of tuples Tuples of lists Invalid type Array of tuples List of tuples Tuples of lists Invalid type Array of tuples ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? / None of the mentioned % // / None of the mentioned % // ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? 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 All of the mentioned ANSWER DOWNLOAD EXAMIANS APP