In the Harry Potter series, the Sorting Hat assigns new students to one of four houses: Gryffindor, Hufflepuff, Ravenclaw, or Slytherin.
Let's build our own Sorting Hat using everything we've learned in this chapter!
We'll generate a random number and use if/elif/else to assign a house.