Create a Python file called PhraseGame.pyImport the provided DrawScoreboard.py module.Be sure to place the module in your development directory so that the import can find the file, then import it as import “” where “” is the name of the Python file without “.py”Write a function called display_guessed_letters() with the following signature:def display_guessed_letters(guessed_letters):This function should:Take an input parameter, a string of lowercase letters representing al