Code the variable description, that saves an f-string containing the author variable.
description
author
Make sure to pick description, followed by =, and finally f"A book by {author}".
=
f"A book by {author}"