Pluck values from list of dictionaries (Challenge)

# Introduction In Python, a dictionary is a collection of key-value pairs. Sometimes, we need to extract specific values from a list of dictionaries. In this challenge, you need to write a function that takes a list of dictionaries and a key as input and returns a list of values corresponding to the specified key.

|60 : 00

Click the virtual machine below to start practicing