Our last condition we need to check is if peer_reviewed is True. We'll add this condition by using the keyword and and peer_reviewed.
peer_reviewed
True
and
Make sure to pick and, followed by peer_reviewed.