Instruction
Good job! One last thing we need to do is update the game board visualization function we wrote at the beginning of the project. It should also be able to print laser beams now!
Exercise
Add laser beam visualization to the print_board() function. If a cell equals '*', print an asterisk followed by a space ('* ').
Stuck? Here's a hint!
Simply add another elif statement.



