Python Which of these about a dictionary is false? Dictionaries aren’t ordered The values of a dictionary can be accessed using keys The keys of a dictionary can be accessed using values Dictionaries are mutable Dictionaries aren’t ordered The values of a dictionary can be accessed using keys The keys of a dictionary can be accessed using values Dictionaries are mutable ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.U re.I re.X re.A re.U re.I re.X re.A 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 How many except statements can a try-except block have? zero more than one more than zero one zero more than one more than zero one ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? All of the mentioned httplib xmlrpclib urllib All of the mentioned httplib xmlrpclib urllib ANSWER DOWNLOAD EXAMIANS APP