Group words by their length. For ["hi", "hey", "hello", "go"], return: {2: ["hi", "go"], 3: ["hey"], 5: ["hello"]} This is the grouping pattern. The key is the length, the value is a list of words with that length.
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
$ curl repovive.com/roadmaps/python/dictionaries/problem-group-by-length
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████████████████████████████████████████████████████████████████████████