Skip to content
Snippets Groups Projects
Commit dbe98c28 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

81: Removed unused import.

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