Which two operators can be used on numeric values in Python?
%, +
Reason — %, + are arithmetic operators.