saving . . . saved doubt in cat command has been deleted. doubt in cat command has been hidden .
doubt in cat command
Title
Question

 cat C:/Users/Monish Naware/Desktop/Archana/Python/Loading-Data-From-Files-Codefiles/pendulum_semicolon.txt


SyntaxError: invalid syntax

Python-3.4.3 Loading-Data-From-Files 05-06 min 10-20 sec 05-05-20, 2:10 p.m. archana.naware@gmail.com

Answers:

use !type <filename.txt>instead of cat. cat is a Linux command.

05-05-20, 2:34 p.m. iakashchavan
not working
05-05-20, 3:14 p.m. archana.naware@gmail.com
!type works only if the file is present in present working directory. giving whole path of file doen't work!
05-05-20, 4:41 p.m. archana.naware@gmail.com

Login to add comment


use!type<filename.txt>instead of cat.cat is a Linux command
05-05-20, 2:56 p.m. loguranjan@gmail.com


Log-in to answer to this question.