以下のコードでエラーが出てしまいました。
コードのどこを修正すれば良いのか。
ご教授お願い致します
python
1int(subscribers.text.split(':')[1]) 2↓ 3IndexError Traceback (most recent call last) 4<ipython-input-36-7b508c946981> in <module> 5----> 1 int(subscribers.text.split(':')[1]) 6 7IndexError: list index out of range
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/10/31 09:49