loading data from prime file
Title
Question
cat command is not working.
It shows following error
In [72]: cat primes.txt
File "<ipython-input-72-4725bd19fac0>", line 1
cat prims.txt
^
SyntaxError: invalid syntax
File "<ipython-input-72-4725bd19fac0>", line 1
cat prims.txt
^
SyntaxError: invalid syntax
Python-3.4.3 Loading-Data-From-Files 01-02 min 20-30 sec
Answers:
If you are on windows use !type <filename> . cat is a Linux command.
Login to add comment