Skip to content

Commit d09bf85

Browse files
committed
s/Mac OS X/macOS/
Also updated python command to `python3` as many Linux distros and macOS ship both Python 2.7 and Python 3.x
1 parent cae0cf0 commit d09bf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ print("Hello World!")
2727

2828
The text `Hello World!` should appear in the output box.
2929

30-
There's nothing particularly wrong with online interpreters for our needs, but if you want to use Python for something more advanced you'll want an interpreter which runs directly on your computer. Mac OS X and Linux come with one by default (just type `python` at the terminal), and you can download the Windows interpreter from <https://python.org/download> (try Portable Python (<https://portablepython.com>) if you can't install programs on your computer).
30+
There's nothing particularly wrong with online interpreters for our needs, but if you want to use Python for something more advanced you'll want an interpreter which runs directly on your computer. macOS and Linux come with one by default (just type `python3` at the terminal), and you can download the Windows interpreter from <https://python.org/download> (try Portable Python (<https://portablepython.com>) if you can't install programs on your computer).
3131

3232
Statements
3333
----------

0 commit comments

Comments
 (0)