cclauss aed9cb16ec
chunk() --> chuncker() to resolve undefined name
flake8 results:
```
./ciphers/playfair_cipher.py:88:25: F821 undefined name 'chunk'
    for char1, char2 in chunk(ciphertext, 2):
                        ^
```
2017-11-25 12:15:41 +01:00
..
2016-09-06 17:53:48 +05:30
2017-10-29 14:44:54 -03:00
2016-09-06 17:53:48 +05:30
2016-09-06 17:53:48 +05:30