'Function to create a list of age range

you have a list of 100 elements ranging from 1 to 98, example [2,4,35,47…]. Write a function that creates three lists with age range 1- 33, 34 - 67, 68 - 98.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source