{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## Permutations" ] }, { "cell_type": "code", "execution_count": 142, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "2" ] }, "execution_count": 142, "metadata": {}, "output_type": "execute_result" } ], "source": [ "import math as s\n", "\n", "s.perm(2,1)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "***\n", "Thanks for watching" ] } ], "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": 2 }