We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
draw_word
1 parent dcdd9ba commit c0b3175Copy full SHA for c0b3175
src/22-copper.py
@@ -30,7 +30,6 @@ def load_pixels(img_url):
30
return pixels, min_x, max(p[0] for p in pixels) - min_x
31
32
33
-@autocached
34
def draw_word(pixels, min_pos, max_diff):
35
"""Follows each pixel coordinate as direction and registers each new
36
position in the returned dict that is later displayed as a word"""
0 commit comments