Python Which are the advantages of functions in python? All of the mentioned Reducing duplication of code Decomposing complex problems into simpler pieces Improving clarity of the code All of the mentioned Reducing duplication of code Decomposing complex problems into simpler pieces Improving clarity of the code ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 5 exactly 4 5 or more 5 or less exactly 5 exactly 4 5 or more 5 or less ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. s.recvfrom(),s.sendto() s.recv(), s.send() Both (A) and (B) None of the mentioned s.recvfrom(),s.sendto() s.recv(), s.send() Both (A) and (B) None of the mentioned 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 list tuple dictionary set list tuple ANSWER DOWNLOAD EXAMIANS APP
Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 4 2 0 1 4 2 0 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? urllib All of the mentioned xmlrpclib httplib urllib All of the mentioned xmlrpclib httplib ANSWER DOWNLOAD EXAMIANS APP