read dat python

Solutions on MaxInterview for read dat python by the best coders in the world

showing results for - "read dat python"
Eleonora
21 Oct 2016
1import numpy as np
2sed = np.loadtxt('spectra.dat', unpack = True)
3
4