Skip to content

Instantly share code, notes, and snippets.

View trianta2's full-sized avatar

trianta2

View GitHub Profile
@trianta2
trianta2 / a6_utils.py
Created November 20, 2017 17:34
A6 part 2 utilities
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
"""
Provides A6 part 2 utils
"""
import random
_CHARS_SPACE = ['A', 'Y', 'Z', ' ']
_CHARS = ['A', 'Y', 'Z']