saving . . . saved cat command and primes.txt file has been deleted. cat command and primes.txt file has been hidden .
cat command and primes.txt file
Title
Question
cat command is not working on windows.

In [2]: cat primes.txt
  File "<ipython-input-2-b296f9e207f4>", line 1
    cat primes.txt
        ^
SyntaxError: invalid syntax


In [3]: cat?
Object `cat` not found.


Python-3.4.3 Loading-Data-From-Files 01-02 min 20-30 sec 22-04-20, 2:28 a.m. nasiruddin@anjumanengg.edu.in

Answers:

done by using %pycat command

%pycat  <filename with correct path>

22-04-20, 2:44 a.m. nasiruddin@anjumanengg.edu.in


Log-in to answer to this question.