Q. Which method is used to get the value from a dictionary for a given key?
β
Correct Answer: (B)
get()
Explanation: `get(key)` is used to retrieve the value associated with a key.