Skip to content

Commit ae437cf

Browse files
committed
edit
1 parent 5cf8ec3 commit ae437cf

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Notes/01_Introduction/01_Python.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,13 @@ shell. From the terminal, you should be able to type a command such as
4141
this:
4242

4343
```bash
44-
python --version
45-
# or
46-
python3 --version
44+
bash $ python
45+
Python 3.8.1 (default, Feb 20 2020, 09:29:22)
46+
[Clang 10.0.0 (clang-1000.10.44.4)] on darwin
47+
Type "help", "copyright", "credits" or "license" for more information.
48+
>>> print("hello world")
49+
hello world
50+
>>>
4751
```
4852

4953
If you are new to using the shell or a terminal, you should probably

0 commit comments

Comments
 (0)