Python Chess Engine: How do I replace the piece thats on the inputted square with a “#”?
When the user inputs a coordinate like “a1”, I want to find the piece that is on that square and replace its icon with a “#” character and render the new board. So the rook in the new board should be a “#” symbol.