Implement the addition (subtraction) of a constant and spectra. ``` python spectra = spectra + 2 ``` Should add 2 to all `y` values. Subtraction should work similarly.
Implement the addition (subtraction) of a constant and spectra.
Should add 2 to all
yvalues. Subtraction should work similarly.