After running a function I get of list of 15 integers. I want to pick only those integers that are smaller than 10. After that I would just divide the number of integers smaller than 10 by the number of integers greater than 10. Since there are only 15 integer I can do everything by hand, just input 2/13 for example. But I was wondering if there is a more proper way to do it.After running a function I get of list of 15 in