latest = articles[0].text.strip()

    latete = oreo[0].text.strip()



둘다 크롤링한 태그부분을 변환 시켜줘서 


with문으로 각각 두개의 메모장에 입력시키는건데요


IndexError: list index out of range 에러가나네요


알려주세요 ㅠㅠ


[0]이 두개라서 그런가요?


어떻게하면될까요