From 73f10158e5e4c8e26625b2728844d86ea0bb2dc7 Mon Sep 17 00:00:00 2001 From: Alexander Munch-Hansen Date: Tue, 6 Mar 2018 13:01:56 +0100 Subject: [PATCH] fix pretty print --- board.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board.py b/board.py index 349e3ff..8124a55 100644 --- a/board.py +++ b/board.py @@ -223,9 +223,9 @@ class Board: return """ 13 14 15 16 17 18 19 20 21 22 23 24 +--------------------------------------------------------------------------+ -| {11}| {10}| {9}| {8}| {7}| {6}| bar -1: {24} | {5}| {4}| {3}| {2}| {1}| {0}| end -1: TODO| +| {12}| {11}| {10}| {9}| {8}| {7}| bar -1: {0} | {6}| {5}| {4}| {3}| {2}| {1}| end -1: TODO| |---|---|---|---|---|---|------------|---|---|---|---|---|---| | -| {12}| {13}| {14}| {15}| {16}| {17}| bar 1: {25} | {18}| {19}| {20}| {21}| {22}| {23}| end 1: TODO| +| {13}| {14}| {15}| {16}| {17}| {18}| bar 1: {25} | {19}| {20}| {21}| {22}| {23}| {24}| end 1: TODO| +--------------------------------------------------------------------------+ 12 11 10 9 8 7 6 5 4 3 2 1 """.format(*temp)