This commit is contained in:
Andrew 2021-04-23 22:34:35 +07:00
parent 1ae6fd01c8
commit c0549d8563

View file

@ -239,11 +239,7 @@
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "uKS9PEF0wu0M",
"outputId": "0555f9a9-d86a-4063-fed7-1ae8da28b2e8"
"id": "uKS9PEF0wu0M"
},
"source": [
"messages = [\n",
@ -256,17 +252,7 @@
" assert message == decrypted_message, \"Cypher error!\""
],
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"text": [
"sosait\n",
"Encrypted message will be really long\n",
"sosait\n"
],
"name": "stdout"
}
]
"outputs": []
},
{
"cell_type": "code",