Web Scraping code doubt

at 7:18 in this video- https://online.codingblocks.com/app/player/209779/content/201835/6009/lecture

if we use the statement

row_string += w+ ","

it would return all the letters in the file seperated by a comma right?

the table_rows list is in this video at 8:14 - https://online.codingblocks.com/app/player/209779/content/201835/6006/lecture

hey @devchopra999_11c6416ab7f09bbf ,

for that you need to check what is w here , if it is comming as a character then you are right ,
else it would be each value written in each cell of that row.