$def with (table,row_headers,col_headers) $for r in col_headers: $for h,row in zip(row_headers,table): $for r in row:
$r
$h$r