pip install tabulate from tabulate import tabulate ... print(tabulate(table, headers='firstrow', tablefmt='fancy_grid')). Python · Data Visualization
確定! 回上一頁