This commit is contained in:
David Beazley
2020-05-24 15:46:48 -05:00
parent 5cf8ec3593
commit ae437cfc0b

View File

@@ -41,9 +41,13 @@ shell. From the terminal, you should be able to type a command such as
this: this:
```bash ```bash
python --version bash $ python
# or Python 3.8.1 (default, Feb 20 2020, 09:29:22)
python3 --version [Clang 10.0.0 (clang-1000.10.44.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> print("hello world")
hello world
>>>
``` ```
If you are new to using the shell or a terminal, you should probably If you are new to using the shell or a terminal, you should probably