Computer Science, asked by zeeshanasghar969, 4 months ago

In Dictionaries entries can be changed at any time because dictionaries are
Select one:
O None of the choice is correct
O dynamic
O mutable
immutable​

Answers

Answered by Oreki
3

\textsf{In Dictionaries entries can be changed at any time because they are \textbf{mutable}.}

\textsf{\large \textbf{Dictionaries}}

 \text{A dictionary represents a group of elements arranged in a form of key-value pairs.}\\\text{In a dictionary, the first element is considered as the `\textit{key}' and the immediate next}\\\text{element is taken as its `\textit{value}'.}\\\text{The key and its value are separated by a colon (:).}\\\text{All the key-value pairs in a dictionary are inserted in curly braces \{ \}. }

     \text{\textbf{Example - }}\\\texttt{\hspace{1em} dictionary = \{ `N\symbol{97}me' : `Oreki',}\\\texttt{\hspace{8.5em} `ID' : `3000',}\\\texttt{\hspace{8.5em} `Age' : `999' \:\: \}}

Similar questions