From fcb37684728115099732d823096dab1081f3b29d Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Thu, 28 May 2020 14:13:24 +0100 Subject: [PATCH] Updated for challenge 9 --- 2020-early/2020-a-challenge9.ipynb | 26 +++----------------------- 2020-early/2020-a-challenge9.md | 4 ---- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/2020-early/2020-a-challenge9.ipynb b/2020-early/2020-a-challenge9.ipynb index a6f294d..247de73 100644 --- a/2020-early/2020-a-challenge9.ipynb +++ b/2020-early/2020-a-challenge9.ipynb @@ -585,16 +585,16 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 67, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "1686" + "3024" ] }, - "execution_count": 17, + "execution_count": 67, "metadata": {}, "output_type": "execute_result" } @@ -603,26 +603,6 @@ "open(plaintext_b_filename, 'w').write(pb)" ] }, - { - "cell_type": "code", - "execution_count": 18, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "['clampdown']" - ] - }, - "execution_count": 18, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "transpositions[kwordb]" - ] - }, { "cell_type": "code", "execution_count": null, diff --git a/2020-early/2020-a-challenge9.md b/2020-early/2020-a-challenge9.md index ee05d2e..e1ee346 100644 --- a/2020-early/2020-a-challenge9.md +++ b/2020-early/2020-a-challenge9.md @@ -153,10 +153,6 @@ pb open(plaintext_b_filename, 'w').write(pb) ``` -```python -transpositions[kwordb] -``` - ```python ``` -- 2.34.1