saving . . . saved using cat command.. has been deleted. using cat command.. has been hidden .
using cat command..
Title
Question
are primes.txt and pendulum.txt in built files? when I tried opening the files ,gives error.

Python-3.4.3 Loading-Data-From-Files 03-04 min 0-10 sec 22-04-20, 1:30 p.m. gourihalde@gmail.com

Answers:

No you will have to download the files from the Python tutorials on the Spoken website. Also, if you are on windows, make sure you use !type command instead of the cat command
22-04-20, 2:40 p.m. ankitrj.iitb


cat is a command used to display the content of the files in linux.
In windows cat command will not work.
Kindly open the file manually using Notepad or any available text editor.
OR you can also use !type primes.txt
22-04-20, 3:20 p.m. arunprasadchamy@gmail.com


<span style="color: rgb(85, 85, 85); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;">are primes.txt and pendulum.txt in built files? when I tried opening the files ,gives error.</span>
22-04-20, 3:38 p.m. arunprasadchamy@gmail.com


Log-in to answer to this question.