avatar Bite 21. Query a nested data structure

Given the provided cars dictionary:

  1. Get all Jeeps
  2. Get the first car of every manufacturer.
  3. Get all vehicles containing the string Trail in their names (should work for other grep too)
  4. Sort the models (values) alphabetically

See the docstrings and tests for more details. Have fun!

Update 18th of Sept 2018: as concluded in the forum it is better to pass the cars dict into each function to make its scope local.

Update 9th of March 2022: doing this exercise again ourselves today, we concluded that adding type hints would be quite beneficial here so we added them.

Login and get coding
go back Beginner level
Bitecoin 2X

1537 out of 1646 users completed this Bite.
Will you be Pythonista #1538 to crack this Bite?
Resolution time: ~57 min. (avg. submissions of 5-240 min.)
Pythonistas rate this Bite 5.3 on a 1-10 difficulty scale.
» Up for a challenge? 💪

Focus on this Bite hiding sidebars, turn on Focus Mode.

Ask for Help