```python from google import google results = google.search("hi", 3) print(results) ``` This prints `[]`