cat command is not working
Title
Question
while using cat command,it is showing syntax error.
Is there a way to solve this problem?
Python-3.4.3 Loading-Data-From-Files 01-02 min 50-60 sec
Answers:
catcommand is for linux. For windows, you use !type <filename>
Login to add comment