Coding Curriculum - Python

Lesson 4

In the previous lessons, we have gone through basic input using dictionary, created the interface for our program and also how we can control the decision making process according to user input. In this lesson, we are going to construct an empty grid for our word search puzzle program.

We will also go through some ideas about computational thinking and how programmers approach complex problems.