How do I put a limit to groups?
This is my first day of learning Python and my very first project. so i have 62 items in my data and want it to randomly pick out 48 of them and put them each in a group of 4 randomly. so a total of 48 in 12 different groups of 4. it keeps putting 16 groups with 4 countries in each and 2 countries in the last group. how do i fix this or limit the groups?