loading data
cat primes.txt giving error 
says invalid syntax
i have copy and paste the text file in current directory also but not working
how to load file form other directory?

Python-3.4.3 Loading-Data-From-Files 00-01 min 0-10 sec 22-06-19, 3:43 p.m. Nigam.1611

Answers:

use !type filename.txt to view file contents. To load the file data into variables use loadtxt command.
22-06-19, 3:47 p.m. iakashchavan


Click here to reply/comment online