Skip to content

Instantly share code, notes, and snippets.

View pranjalchaubey's full-sized avatar

Pranjal Chaubey pranjalchaubey

View GitHub Profile
from functools import reduce
from operator import mul
class Solution(object):
def __init__(self):
self.solution = [[None] * 3, [None] * 3, [None] * 3]
self._row = self._column = 0
def row_product(self, i):