Even if we don't know the specific action we'll still notify the user something has happened. Use a print statement to notify them.
Make sure to pick print followed by ( and then "There is activity on your page", ).
print
(
"There is activity on your page"
)