Skip to content

Commit 5d2f3b9

Browse files
committed
added console image
1 parent ee3a5da commit 5d2f3b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,8 @@ On Windows, conda is the simplest package management system to use. It uses the
877877
Once installed, python can be run in an interactive console mode, by simply running `python` from
878878
the command line. In console mode, python can be entered and executed line by line.
879879

880+
![Example Python Console](https://github.com/csmsoftware/Programming-for-data-analysis-tutorial-Matlab-R-Python/raw/master/img/python-console.png "Python console")
881+
880882
Python can also run 'scripts', text files containing python code. Name these file `*.py`, and run them as follows:
881883

882884
```

img/python-console.png

26.1 KB
Loading

0 commit comments

Comments
 (0)