edit
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user