command not working
hi, i am using windows 10 , the command
'cat primes.txt' is not working please help
Python-3.4.3 Loading-Data-From-Files 01-02 min 20-30 sec
Answers:
Hello
cat is the command for linux OS to read the file.
It will not wok in Windows OS.
Use 'type primes.txt'
Linux->cat
Windows->type