Finally, finish the print statement by adding a formatted string by writing f"{empty} rooms are empty." between the parentheses.
f"{empty} rooms are empty."
Make sure to pick f, followed by "{empty} rooms are empty.".
f
"{empty} rooms are empty."