rougier/numpy-100

Alternative solution to q4

jeremy-feng opened this issue · 2 comments

Use Z.nbytes to find the memory size directly.

print("%d bytes" % (Z.nbytes))

Thanks. Can you make a PR (adding your line below the current one)? Also, make sure to only modify the kth files since others are generated.

Already solved in #157.