We can also nest elif statements, like this one that checks if the operator equals "-".
elif
operator
"-"
Make sure to pick elif, followed by operator == "-", and finally :.
operator == "-"
: