To check another condition we're going to write an elif statement that checks if the action is "comment".
elif
"comment"
Make sure to pick elif followed by action and then ==, "comment", :.
action
==
: