run command error
Title
Question
TypeError Traceback (most recent call last)
<ipython-input-2-7027eda59818> in <module>
----> 1 L = np.loadtxt("student_record.txt",usecols=(3,4,5,6,7), delimeter=';')
TypeError: loadtxt() got an unexpected keyword argument 'delimeter'
Python-3.4.3 Statistics 04-05 min 0-10 sec
Answers:
Please look carefully, the standard commands and arguments need to be used exactly as intended, the correct argument to be used here is delimiter
Login to add comment