LoginSignup
0
0

More than 3 years have passed since last update.

【Python】メモ エラーについて

Last updated at Posted at 2020-10-04
TypeError: 'XXXX' object is not iterable

繰り返しに使えないオブジェクトを繰り返し処理で使っているというエラー

SyntaxError: unexpected character after line continuation character

行継続文字(line continuation character)の後ろに予期されない文字がある

EOFError: EOF when reading a line

データを読み込もうとしたけど、そのデータが無いよ。 というエラー

TypeError: int() argument must be a string, a bytes-like object or a number, not 'range'

int()の引数は文字列かバイト列、数値でなくてはならない。リストじゃダメよ。というエラー

※随時更新する

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