From the Pictsie Sticks Game, write a function named display…
From the Pictsie Sticks Game, write a function named display_board that takes the number of sticks on the board as a parameter and returns nothing. This function should print the board based on the given number of sticks, as shown below: (you can use Python Sandbox)
Read Details