diff --git a/.ipynb_checkpoints/test-checkpoint.ipynb b/.ipynb_checkpoints/test-checkpoint.ipynb index 363fcab..e871437 100644 --- a/.ipynb_checkpoints/test-checkpoint.ipynb +++ b/.ipynb_checkpoints/test-checkpoint.ipynb @@ -1,6 +1,37 @@ { - "cells": [], - "metadata": {}, + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "5e56dcf3-b803-41cf-91a1-1649253c6b8e", + "metadata": {}, + "outputs": [], + "source": [ + "a=2\n", + "b=2\n", + "print(a+b)" + ] + } + ], + "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.6" + } + }, "nbformat": 4, "nbformat_minor": 5 } diff --git a/test.ipynb b/test.ipynb index 363fcab..e871437 100644 --- a/test.ipynb +++ b/test.ipynb @@ -1,6 +1,37 @@ { - "cells": [], - "metadata": {}, + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "5e56dcf3-b803-41cf-91a1-1649253c6b8e", + "metadata": {}, + "outputs": [], + "source": [ + "a=2\n", + "b=2\n", + "print(a+b)" + ] + } + ], + "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.6" + } + }, "nbformat": 4, "nbformat_minor": 5 }