scratchpad-checkpoint.ipynb (855B)
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 }