Could anyone please guide me? Where am I making mistakes?
import numpy as np def isSingular(A) : B = np.array(A, dtype=np.float_) try: fixRowZero(B)