Answer of self assessment
Answers of questions 2,3 To separate data into 3 separate sequences, we need 3 variables.But in video ,answer is X=loadtxt("data.txt",unpack=True)Only one variable is used.Is it right.

Python-3.4.3 Loading-Data-From-Files 07-08 min 40-50 sec 25-05-20, 5:08 p.m. rupalicdange_978

Answers:

You can print the value of X, you will observe that it contains separate sequences for each column data. You can also use 3 different variables.
26-05-20, 9:07 a.m. ankitrj.iitb


Click here to reply/comment online