Now check if heart_rate is less than 60 and store the result in too_low.
heart_rate
60
too_low
Make sure to pick = followed by heart_rate and then <, 60.
=
<