他の言語にはあったswitch文がPythonにはこれまでなく、if文の条件分岐で対応してきました。 過去、何度か追加機能として検討されてきましたが「if文があるから大丈夫」ということで見送られてきたこの機能ですが、この3.10でmatch case文が追加されることに ...
If you work with strings in your Python scripts and you're writing obscure logic to process them, then you need to look into regex in Python. It lets you describe patterns instead of writing ...