{ "cells": [ { "cell_type": "markdown", "id": "a727a69c-b5f5-4548-8010-3a74a965b80e", "metadata": {}, "source": [ "# My first notebook" ] }, { "cell_type": "code", "execution_count": 3, "id": "d2269d16-75c4-4fda-b9ff-90b181e670b7", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "21" ] }, "execution_count": 3, "metadata": {}, "output_type": "execute_result" } ], "source": [ "7*3" ] }, { "cell_type": "code", "execution_count": null, "id": "95dd4d6b-95bf-4f98-a3ba-7d0dbd465e44", "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.12.7" } }, "nbformat": 4, "nbformat_minor": 5 }