We're going to start with displaying how many unread emails we have. We'll print this using a formatted string.
Make sure to pick print followed by ( and then f, {, }, ).
print
(
f
{
}
)