justinhuff3310 justinhuff3310 16-04-2024 Computers and Technology contestada Write a Python function named 'drawBoard' that takes a parameter 'board' and prints out the board. The 'board' parameter is a list of 10 strings representing the tic-tac-toe board. Ignore index 0. What is the code for the 'drawBoard' function?