Updated for challenge 9 master
authorNeil Smith <neil.git@njae.me.uk>
Thu, 28 May 2020 13:13:24 +0000 (14:13 +0100)
committerNeil Smith <neil.git@njae.me.uk>
Thu, 28 May 2020 13:13:24 +0000 (14:13 +0100)
2020-early/2020-a-challenge9.ipynb
2020-early/2020-a-challenge9.md

index a6f294d67fd887333fab8f81df3fa574f8d098a5..247de735689f062f2ff57ffbf7874a210215dc66 100644 (file)
   },
   {
    "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"
     }
     "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,
index ee05d2e26643c87666a7b33e4d6e5d5c3f4df79b..e1ee346546076fe423f7cdf7e40a8164d9a1be4f 100644 (file)
@@ -153,10 +153,6 @@ pb
 open(plaintext_b_filename, 'w').write(pb)
 ```
 
-```python
-transpositions[kwordb]
-```
-
 ```python
 
 ```