Missing ‘switch’ Statement? Python 3.10 gets you covered
Most languages support multiple flow control statements, vast majority of them is familiar with if and switch. So, someone coming from C/C++/Java/C# and alike languages might wonder about equivalen...