cat command
Title
Question
the cat command on windows does not work
Python-3.4.3 Loading-Data-From-Files 00-01 min 0-10 sec
Answers:
the cat command is used in Linux and macOS. For windows use !type primes.txt.
Make sure the file primes.txt is located in the current working directory. To check the current working directory type %pwd inside IPython terminal.
Login to add comment