https://gyazo.com/66b13e7416edb9de7cdeabd9a877bdeb
How do I fix this error?
Please post the raw code in future. Thanks.
Your list object is called, board
so that might collide with your function.
def board(list):
Did you mean to write this, print_board(board_list)
?
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.