Lesson 8 (AI): Search Algorithm

How does Google find things? It matches keywords.

Matching

We iterate through a database (list).

Your Objective

Find if 'Pizza' is on the menu.

main.py
Initializing Python Environment...