saving . . . saved run command error has been deleted. run command error has been hidden .
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 22-05-20, 3:27 p.m. chirag26oct

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
26-05-20, 9:01 a.m. ankitrj.iitb


Log-in to answer to this question.