filmov
tv
Splitting lines using a delimiter in Python

Показать описание
Shows how to read in a text file and process each line of text one at a time. The lines are split using the split method and individual pieces of information are saved in a list for later display using a for loop.