Computer Science, asked by bzahid9883, 7 months ago

Which of these about a dictionary is false? a) The values of a dictionary can be accessed using keys b) The keys of a dictionary can be accessed using values c) Dictionaries aren’t ordered d) Dictionaries are mutable

Answers

Answered by parthu2011
1

Answer:

option c

Explanation:

The values of a dictionary can be accessed using keys but the keys of a dictionary can’t be accessed

if you are satisfied with answer in turn

please subscribe my youtube chanel(Ramakrishna Nallangari youtube channel) for my effort

search for  

Ramakrishna Nallangari in search box  of youtube

Answered by gayatrikumari99sl
0

Answer:

(b) the keys of a dictionary can be accessed using values is false about dictionary.

Explanation:

  • A printed or digital reference work that lists words in an alphabetical order and provides details on their forms, pronunciations, purposes, etymologies, meanings, and syntactic and idiomatic applications.
  • The values of a dictionary can be accessed using keys but the keys of a dictionary can't be accessed using values.
  • A dictionary is described as a collection of terms or articles that discuss a particular topic.
  • we only use a dictionary to rapidly look up a key and get a related value or to enumerate over all the key-value combinations without worrying about the order as it has no guaranteed order.

#SPJ6

Similar questions