Commit dbe98c28 authored by Taddeus Kroes's avatar Taddeus Kroes

81: Removed unused import.

parent 73393ed6
from numpy import array, zeros from numpy import array
m = array([l.split(',') for l in open('matrix.txt', 'r').readlines()], m = array([l.split(',') for l in open('matrix.txt', 'r').readlines()],
dtype=int) dtype=int)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment