Python Tutorial 33: Finding and outputting elements in a 2D list text file

preview_player
Показать описание
Following the tutorial 32 on reading a 2D list from a text file, this tutorial goes through finding elements based on a search criteria. This is a basic algorithm for a linear search.

Рекомендации по теме
Комментарии
Автор

Thanks! I was looking for a way to do this, and you really helped me.

TekNick