diff options
Diffstat (limited to '')
| -rw-r--r-- | src/Lecture5/notebook/.ipynb_checkpoints/scratchpad-checkpoint.ipynb | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/src/Lecture5/notebook/.ipynb_checkpoints/scratchpad-checkpoint.ipynb b/src/Lecture5/notebook/.ipynb_checkpoints/scratchpad-checkpoint.ipynb new file mode 100644 index 0000000..5232819 --- /dev/null +++ b/src/Lecture5/notebook/.ipynb_checkpoints/scratchpad-checkpoint.ipynb | |||
| @@ -0,0 +1,52 @@ | |||
| 1 | { | ||
| 2 | "cells": [ | ||
| 3 | { | ||
| 4 | "cell_type": "code", | ||
| 5 | "execution_count": 1, | ||
| 6 | "metadata": {}, | ||
| 7 | "outputs": [ | ||
| 8 | { | ||
| 9 | "data": { | ||
| 10 | "text/plain": [ | ||
| 11 | "9" | ||
| 12 | ] | ||
| 13 | }, | ||
| 14 | "execution_count": 1, | ||
| 15 | "metadata": {}, | ||
| 16 | "output_type": "execute_result" | ||
| 17 | } | ||
| 18 | ], | ||
| 19 | "source": [ | ||
| 20 | "gcd(36,27)" | ||
| 21 | ] | ||
| 22 | }, | ||
| 23 | { | ||
| 24 | "cell_type": "code", | ||
| 25 | "execution_count": null, | ||
| 26 | "metadata": {}, | ||
| 27 | "outputs": [], | ||
| 28 | "source": [] | ||
| 29 | } | ||
| 30 | ], | ||
| 31 | "metadata": { | ||
| 32 | "kernelspec": { | ||
| 33 | "display_name": "SageMath 9.2", | ||
| 34 | "language": "sage", | ||
| 35 | "name": "sagemath" | ||
| 36 | }, | ||
| 37 | "language_info": { | ||
| 38 | "codemirror_mode": { | ||
| 39 | "name": "ipython", | ||
| 40 | "version": 3 | ||
| 41 | }, | ||
| 42 | "file_extension": ".py", | ||
| 43 | "mimetype": "text/x-python", | ||
| 44 | "name": "python", | ||
| 45 | "nbconvert_exporter": "python", | ||
| 46 | "pygments_lexer": "ipython3", | ||
| 47 | "version": "3.8.5" | ||
| 48 | } | ||
| 49 | }, | ||
| 50 | "nbformat": 4, | ||
| 51 | "nbformat_minor": 4 | ||
| 52 | } | ||
