There is More Than One Way to Solve a Bite Exercise
According to the Zen of Python, There should be one-- and preferably only one --obvious way to do it. It’s a good principle for designing a program: the more ways there are of doing something, the more confusing the software becomes, along with a host of other problems. In reality, though, there...