Tap the code snippets to add print("Three new messages") outside of the if statement's block.
print("Three new messages")
Make sure to pick print followed by ( and then "Three new messages", ).
print
(
"Three new messages"
)