{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "1721d843-9144-47cf-a37f-7611ec0400ef", "metadata": {}, "outputs": [], "source": [ "#My Frist Notebook for HF" ] }, { "cell_type": "code", "execution_count": 2, "id": "c9f2c373-a4f5-4ef5-ae9d-e70484c3abed", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "24" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "12+12" ] }, { "cell_type": "code", "execution_count": null, "id": "0d97361a-e308-4b6b-b81b-fb378aebbaf4", "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.9" } }, "nbformat": 4, "nbformat_minor": 5 }