Skip to content

Commit 803cb0d

Browse files
authored
Added python3 alternative
1 parent 09d8cc8 commit 803cb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/02-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Maybe use a synonym of main, such as `primary`.
88

99
The important thing is to change it in _both places_, the first line and the last line.
1010

11-
Now run your code again: `python get-quote.py`
11+
Now run your code again: `python get-quote.py` or `python3 get-quote.py`
1212

1313
If you get an error, you might have only changed `main` in one place, or removed the important `()` from after the name. You'd also get an error if you changed that `__main__` thing (line 10), so leave that one be.
1414

0 commit comments

Comments
 (0)