You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: responses/02-function.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Maybe use a synonym of main, such as `primary`.
8
8
9
9
The important thing is to change it in _both places_, the first line and the last line.
10
10
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`
12
12
13
13
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.
0 commit comments