X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=2013%2Fsolutions.txt;fp=2013%2Fsolutions.txt;h=23c8cb2705d51e429f4da411cef24ad59d19e9b5;hb=2e77bc75c34ac7d99310c1b778df972769068d98;hp=fbf7502f1351a20e582db82b49c79ad2cc692f62;hpb=34ba3d687eb48af30929b4550f14d1a599179efd;p=cipher-training.git diff --git a/2013/solutions.txt b/2013/solutions.txt index fbf7502..23c8cb2 100644 --- a/2013/solutions.txt +++ b/2013/solutions.txt @@ -13,8 +13,8 @@ c5a = open('2013/5a.ciphertext').read() c5b = open('2013/5b.ciphertext').read() c6a = open('2013/6a.ciphertext').read() c6b = open('2013/6b.ciphertext').read() -c7a = open('2013/6a.ciphertext').read() -c7b = open('2013/6b.ciphertext').read() +c7a = open('2013/7a.ciphertext').read() +c7b = open('2013/7b.ciphertext').read() p1a = caesar_decipher(c1a, 8) p1b = caesar_decipher(c1b, 14)