Dec-20-2016, 09:25 PM
Not knowing how board is created and processed it's hard to answer the question. I would use print statements before the show_board_fixed method, to see exactly what it is. Specifically, does board contain six lists, and does the sixth list contain three items.
Note that the format method of the string object and storing some of the repeated strings in variables would simplify your method considerably.
Note that the format method of the string object and storing some of the repeated strings in variables would simplify your method considerably.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures