for status in api.search(q=searchWord,count=6):
ABClist=[status.text] print(ABClist[2])
IndexError: list index out of range
検索結果から三番目の要素を取りたかったのですがこのエラーが出てしまいました。どうすればいいのでしょうか。
print(ABClist)を実行するとこのような6つの要素が出てきます。
['あいうえお']
['かきくけこ']
['さしすせそ']
['たちつてと']
['なにぬねの']
['はひふへほ']
インデントが崩れて読めません。markdownで書いてください。
https://teratail.com/help#about-markdown
https://teratail.storage.googleapis.com/uploads/contributed_images/56957fe805d9d7befa7dba6a98676d2b.gif