{ "cells": [ { "cell_type": "markdown", "id": "1f78aad6-0cb8-4591-a61a-37ef4c3576f3", "metadata": { "tags": [] }, "source": [ "# This is how we start\n" ] }, { "cell_type": "code", "execution_count": 7, "id": "8c37fc5a-f32d-43fe-9d5c-f3029f07ebd7", "metadata": { "tags": [] }, "outputs": [ { "data": { "text/plain": [ "24" ] }, "execution_count": 7, "metadata": {}, "output_type": "execute_result" } ], "source": [ "12+12" ] }, { "cell_type": "code", "execution_count": null, "id": "05b437dc-0078-4383-a36b-75fc47212b6a", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "code", "execution_count": null, "id": "c8785bb4-2368-499f-9278-ce013e850439", "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.11.7" } }, "nbformat": 4, "nbformat_minor": 5 }