from prettytable import PrettyTable A = PrettyTable() A.add_column("Pokimon",["wartortle"]) A.add_column("Type",["Water attack"]) print(A)