loading data
Title
Question
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
Answers:
use !type filename.txt to view file contents. To load the file data into variables use loadtxt command.
Login to add comment