Beautiful Soup elements not Properly Printing Debug Statements to Console Correctly

Hi. I’m currently trying to successfully create a Python Web Extractor for myAnimeList.net’s topanime.php?limit={0}.format(50*i + 50)
web URL’s and extract critical data points in the Google Collab file that I’ve tried to construct here:

I’ve successfully unstuck myself on the first related issue, and debugged to the point that it prints some stuff to console, but fails to do anything successfully but to print out the bs element of the 1st webpage, in the array, and the 1st url indefinitely… Can somebody please help me unstick the thing and (hopefully), get back on track to web extracting to *csv file…

Please, anybody…?

Merry Christmas

A post was merged into an existing topic: Beautiful Soup, Syntax Error Extract and Post to *.csv file: Please Help!