prettytable

Issue with pretty tables in python

Issue with pretty tables in python Question: I’m currently working on a assignment for school, Im not asking for anyone to solve the problem for me, Im just trying to figure out what it is im doing wrong with pretty tables. Here is the code I have for the table itself import random from prettytable …

Total answers: 1

Output pretty table to an html file?

Output pretty table to an html file? Question: I can’t seem to get a clear cut answer on how to do this. I have a pretty table that I print to the terminal but what if I want to create an html file and print the table to that html file? How can this be …

Total answers: 1