前回は変数とデータ型を扱いました。letとconstの使い分け、===を使うべき理由、型変換の罠など、Python使いが引っかかりやすいポイントを押さえましたね。 今回は条件分岐とループです。構文の見た目はPythonと結構違いますが、やっていることは同じです。
Python is convenient and flexible, yet notably slower than other languages for raw computational speed. The Python ecosystem has compensated with tools that make crunching numbers at scale in Python ...