Python Which of these about a dictionary is false? The keys of a dictionary can be accessed using values Dictionaries aren’t ordered The values of a dictionary can be accessed using keys Dictionaries are mutable The keys of a dictionary can be accessed using values Dictionaries aren’t ordered The values of a dictionary can be accessed using keys Dictionaries are mutable 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 When is the finally block executed? when there is an exception when there is no exception always only if some condition that has been specified is satisfied when there is an exception when there is no exception always only if some condition that has been specified is satisfied 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
Python In which of the following field, we can put our Button? Frame All of the mentioned Label Window Frame All of the mentioned Label Window ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Fun Def Define Function Fun Def Define Function ANSWER DOWNLOAD EXAMIANS APP