PP 28, 29
Exercise 28 was short and simple. To solve it, I: 1) Put the three items into a list, 2) Used sort() on the list to order it from smallest to largest, and 3) Used pop() on the list to return the largest item (via the last index). Exercise 29 was the completion of the tic-tac-toe game and was actually solved in the last session.
There are still seven Practice Python exercises left, but I have decided to move on to something more challenging for now and save the last few exercises for days when I only have the energy for short, simple exercises. They will be good to have in my back-pocket as “warm-ups” or “refreshers”.