Consider Summarizing the Entire Block [DS15] [WHAT]
Tip DS15
Summarizing an entire block of if, else if/elif, and else statements with a MAJOR comment can be useful if it’s possible to accurately and concisely summarize the block. That provides the most - best summarized - high-level information on what the block does and its purpose - the reader “knows” the state of the program after the entire block finishes.
See the following example: