diff --git a/problem_solving.md b/problem_solving.md index dcbfbf49..e95e7d98 100644 --- a/problem_solving.md +++ b/problem_solving.md @@ -1,4 +1,4 @@ -# Problem Solving +# Problem Solving We have explored various parts of the Python language and now we will take a look at how all these parts fit together, by designing and writing a program which _does_ something useful. The idea is to learn how to write a Python script on your own.