Skip to content
Snippets Groups Projects
pacman_hardcoded_TODO_1.py 161 B
Newer Older
  • Learn to ignore specific revisions
  • tuhe's avatar
    tuhe committed
            if k < 7:
                return 'South'
            elif k < 14:
                return 'East'
            elif k < 21:
                return 'North'
            elif k < 28: