Skip to content

Instantly share code, notes, and snippets.

View mikl745's full-sized avatar

Mikhail Goncharov mikl745

View GitHub Profile
allstep = {1: {'x':-1, 'y': 2},
2: {'x':1, 'y': 2},
3: {'x':2, 'y': 1},
4: {'x':2, 'y': -1},
5: {'x':1, 'y': -2},
6: {'x':-1, 'y': -2},
7: {'x':-2, 'y': -1},
8: {'x':-2, 'y': 1},
}
liters = {1:'A', 2:'B', 3:'C', 4:'D', 5:'E', 6:'F', 7:'G', 8:'H'}