cat command not working
How to rectify syntax error for cat command?
Python-3.4.3 Loading-Data-From-Files 00-01 min 0-10 sec
Answers:
In windows there is no cat command. Use !type filename.txt.
Use %pycat followed by filename kept in pwd
put your file in pwd
put your file in pwd
thank you