Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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): ^ ```
- Loading branch information