That moment you realize you can avoid storing several lines of similar IF statements simply by writing a general-puspose function to handle each case. #
python
#
programming