## A simple multiplication table % for row in range(row_begin, row_end): % for col in range(col_begin, col_end): % endfor % endfor
${row * col}