python tabulate print только один ряд

print(tabulate([["0", "1", "2"]]))   # (Put the original list inside a list.)
Powerful Penguin