saving . . . saved Code file has been deleted. Code file has been hidden .
Code file
Title
Question
Sir
After downloading the code file, how to open the file in the terminal window.

thnks

Python Getting-started-with-files 08-09 min 50-60 sec 22-06-19, 3:14 p.m. Goutam33247

Answers:

%load <filename>
22-06-19, 3:22 p.m. PriyaBhatnagar


Within the IPython console you can use loadtxt

In the terminal (linux or windows) you can use the OS specific commands such as cat for linux and type for windows
22-06-19, 3:24 p.m. ankitrj.iitb


Log-in to answer to this question.