def main(): num_cards = int(input("Enter number of cards to generate: ")) for i in range(num_cards): card = BingoCard() card.print_card()