{ "cells": [ { "cell_type": "code", "execution_count": 3, "id": "fadca06b", "metadata": {}, "outputs": [], "source": [ "from score import *" ] }, { "cell_type": "code", "execution_count": 6, "id": "060c6bca", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "75.16849866412393" ] }, "execution_count": 6, "metadata": {}, "output_type": "execute_result" } ], "source": [ "distance_to_nearest_restaurant(13.4050, 52.5200)" ] }, { "cell_type": "code", "execution_count": null, "id": "210c57dc", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.12" } }, "nbformat": 4, "nbformat_minor": 5 }