I want to create a Python function that, depending on the value of an input index, outputs several fixed values.
While Python doesn't seem to have a switch statement, I would often use a case or switch statement in other languages. What are the suggested Python answers to this problem?