Problem
• During spirit splash, each box is labeled for the different zones. We will call our list box. Your goal is to create a for loop with the counting variable i that will send out only the odd boxes. You must only write the for loop, and remember the colon at the end.
• This time, we want to send out the first half of the boxes (rounded down). Write a for loop that will loop through the first half of the list. Use i as the counting variable.