X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=2013%2Fsolutions.txt;h=23c8cb2705d51e429f4da411cef24ad59d19e9b5;hb=cf24cb48f68975c948d226de8d35ad388281ef6a;hp=fbf7502f1351a20e582db82b49c79ad2cc692f62;hpb=5a626e54efded32f835be39fb3c9b0fe159a22d6;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)