input:
Table().with_column("number of petals",make_array (8,34,5))
output :
Input :
Table().with_columns(
"number of petals",make_array (8,34,5),
"name",make_array ('lotus', 'sunflower', 'rose'),
)
Output: