Skip to content

Commit be25f03

Browse files
authored
Merge pull request #254 from srobo/kjk/python-tutorial
Update outdated references in Python tutorial
2 parents cae0cf0 + 390a0d6 commit be25f03

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 WinPython (<https://winpython.github.io/>) if you can't install programs on your computer).
3131

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

0 commit comments

Comments
 (0)