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
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.