This program uses a SQLite3 database and the following REST API (http://ergast.com/api/f1/{year}/{round}/results.json) to retrieve race results for the user's chosen year and race. Please note that there is a small delay between the API call and the response for each new query. However, subsequent queries are cached via the Python requests_cache library.