When more than two choices are available to the user, the best way to list them is through lists. The tkinter module provides a ListBox, which allows us to show a set of entries in a scrollable widget for the user to pick from.
We can use this to implement a dialog where the user can pick one of many options and grab the chosen one: