You are viewing a single comment's thread. Return to all comments →
The last of NUMPY I will see on Hackerrank
import numpy print(round(numpy.linalg.det(numpy.array([list(map(float, input().split())) for _ in range(int(input()))])), 2))
Seems like cookies are disabled on this browser, please enable them to open this website
Linear Algebra
You are viewing a single comment's thread. Return to all comments →
The last of NUMPY I will see on Hackerrank