Python Which of these about a dictionary is false? Dictionaries are mutable Dictionaries aren’t ordered The keys of a dictionary can be accessed using values The values of a dictionary can be accessed using keys Dictionaries are mutable Dictionaries aren’t ordered The keys of a dictionary can be accessed using values The values of a dictionary can be accessed using keys ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? httplib All of the mentioned xmlrpclib urllib httplib All of the mentioned xmlrpclib urllib ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 79 characters None of the mentioned 63 characters 31 characters 79 characters None of the mentioned 63 characters 31 characters ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Fun Define Function Def Fun Define Function Def ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.listen() s.accept() s.bind() All of the mentioned s.listen() s.accept() s.bind() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP