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
Answers:
%load <filename>
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
Login to add comment