Instruction
Now we need a function which clears all laser beams from the game board after both robots have moved.
Exercise
Write a function named clear_lasers(board). The function should turn all asterisks on the game board back into hyphens (empty fields).



