문법 (1) 썸네일형 리스트형 파이썬 소소한(?) 에러 해결기 - TypeError: 'int' object is not iterable for i in range(1,4): a = x*number(y,i) print(a) print(list(a)) print (list(a))에서 아래와 같은 에러가 났다. TypeError: 'int' object is not iterable 처음에 'iterable'이라는 말만 거슬려서 for i in range 만 뒤적뒤적,, 했는데 한 블로그에서 도움을 받았다! 블로그 글을 보고 블로그를 쓰는,,,창조경제인가 http://codingschool.info/rboard2/index.php?type=view&table=start_python&num=53 http://codingschool.info/rboard2/index.php?type=view&table=start_python&num=53 list().. 이전 1 다음