We'll use a print statement to notify the user. Display Please verify your email in the console.
Please verify your email
Make sure to pick print followed by ( and then "Please verify your email", ).
print
(
"Please verify your email"
)