zut.tab.print_tabulate

zut.tab.print_tabulate(data: Iterable[Iterable | Mapping], headers: Sequence[str] | Literal['keys'] = (), *, file: str | os.PathLike | IO[str] = <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>, max_length: int | None = None, **kwargs)

Tabulate and print the resulting text.