Quick questions on DLS C4, W1, Ex 3, Convolution_model_Step_by_Step_v1

GRADED FUNCTION: conv_forward

The code seems to indicate that I should be figuring out these items; however, there’s no “START YOUR CODE HERE” for them.
Just double checking that I can code outside the lines for this?

# (m, n_H_prev, n_W_prev, n_C_prev) = None
# (f, f, n_C_prev, n_C) = None
# stride = None
# pad = None
# n_H = None
# n_W = None
# Z = None
# A_prev_pad = None

everything is commented out down to
# YOUR CODE STARTS HERE

# YOUR CODE ENDS HERE

Should I take all the commented out lines and put them in between this?

Comments don’t matter, since they’re not executable code.
You can put your code wherever you want.

Yes, you can if you like. I don’t think it matters.