File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,10 @@ back to `>>>` when we press Enter again.
137137
138138## Summary
139139
140- - Again, error messages are your friends.
140+ [ comment] : # (the first line in this summary is exactly same as in
141+ what-is-programming.md, and it's supposed to be like this)
142+
143+ - Error messages are our friends.
141144- We can enter any Python commands to the interactive ` >>> ` prompt, and
142145 it will echo back the result.
143146- ` + ` , ` - ` , ` * ` and ` / ` work in Python just like in math.
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ rest of this tutorial only if you don't understand the code.
148148 as needed.
149149- Make sure you understand everything you read.
150150- Experiment with things freely and don't fear mistakes.
151- - Error messages are your friends.
151+ - Error messages are our friends.
152152- Let me know if you have trouble with this tutorial.
153153- Now we're ready to [ install Python] ( installing-python.md ) and
154154 [ get started] ( getting-started.md ) !
You can’t perform that action at this time.
0 commit comments