From: Neil Smith Date: Thu, 28 May 2020 13:13:24 +0000 (+0100) Subject: Updated for challenge 9 X-Git-Url: https://git.njae.me.uk/?p=cipher-tools.git;a=commitdiff_plain;h=HEAD Updated for challenge 9 --- 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 ```