Updated for challenge 9
[cipher-tools.git] / 2020-early / 2020-a-challenge9.ipynb
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,