お疲れ様です^^さて、前回は、while文の基礎について学習したんだけど、今日はその続き〜 whileループは基本的に条件式がTrueの間は繰り返されるんだけど、breakを使用することで強制的にループを中断することができるのよ。 そしたら、breakを使って ...
前回は変数とデータ型を扱いました。letとconstの使い分け、===を使うべき理由、型変換の罠など、Python使いが引っかかりやすいポイントを押さえましたね。 今回は条件分岐とループです。構文の見た目はPythonと結構違いますが、やっていることは同じです。
If you’ve ever written any Python at all, the chances are you’ve used iterators without even realising it. Writing your own and using them in your programs can provide significant performance ...