Skip to content

Commit d32defc

Browse files
committed
better instructions and contents link
1 parent c79e280 commit d32defc

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

what-is-programming.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ any way. You'll get an error message that tells you what's wrong and
9797
where. Even professional programmers do mistakes and get error messages
9898
all the time, and there's nothing wrong with it.
9999

100+
If you want to know what some piece of code in this tutorial does just
101+
**try it and see**. It's practically impossible to break anything
102+
accidentally with code in this tutorial, so you are free to try out all
103+
the examples however you want.
104+
100105
Even though a good tutorial is an important part about learning to
101106
program, you also need to learn to make your own things. Use what you
102107
have learned, and create something with it.
@@ -108,7 +113,7 @@ have learned, and create something with it.
108113
character on your keyboard and press the key, holding down shift or AltGr
109114
as needed.
110115
- Make sure you understand everything you read.
111-
- Don't fear mistakes.
116+
- Experiment with things freely and don't fear mistakes.
112117
- Error messages are your friends.
113118
- Let me know if you have trouble with this tutorial.
114119
- Now we're ready to [install Python](installing-python.md) and
@@ -117,3 +122,5 @@ have learned, and create something with it.
117122
***
118123

119124
You may use this tutorial at your own risk. See [LICENSE](LICENSE).
125+
126+
[Back to the list of contents](README.md#list-of-contents)

0 commit comments

Comments
 (0)