We'll add a print statement in this code block to let the user know Someone has replied to your post.
Someone has replied to your post
Make sure to pick print followed by ( and then "Someone has replied to your post", ).
print
(
"Someone has replied to your post"
)