If the condition is True, tell the user by displaying "You have one million followers!" in the console.
True
Make sure to pick print followed by ( and then "You have one million followers!", ).
print
(
"You have one million followers!"
)