LoginSignup
0
0

Python notebook(コーディングミスの振り返り) - May

Last updated at Posted at 2023-05-05
2023/5/5
Progate Python学習レッスンⅡ
不等号と等号の順番が逆

image.png

if文の末尾にコロン(:)がない

image.png

After
image.png

繰り返し処理の終了時に"break"がない

image.png

break文の説明
https://utokyo-ipp.github.io/3/3-2.html#break%E6%96%87
image.png

Progate Python学習レッスンⅢ
関数print_handの末尾にコロン(:)がない

image.png

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0