@@ -97,6 +97,11 @@ any way. You'll get an error message that tells you what's wrong and
9797where. Even professional programmers do mistakes and get error messages
9898all 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+
100105Even though a good tutorial is an important part about learning to
101106program, you also need to learn to make your own things. Use what you
102107have 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
119124You 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