Issue with pretty tables in python

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 import PrettyTable x = PrettyTable def generate_bingo_card():… Read More Issue with pretty tables in python