Lessons fixes (#1609)

* fixing a bunch of lessons

* more fixes

* more fixes

* more cleanup

* Additional fixes
This commit is contained in:
Peli de Halleux
2018-11-09 15:36:46 -08:00
committed by GitHub
parent 2aa8d0cec6
commit 50367217f3
20 changed files with 75 additions and 91 deletions

View File

@ -61,7 +61,7 @@ Notes:
Looking at our pseudocode, we want to make sure to start a program with a clear screen.
* We can do this by going to the Basic menu -> More and choosing a clear screen block.
* We can do this by going to the **Basic** toolbox category and under **...more**, choose a ``||basic:clear screen||`` block.
>![Clear screen block](/static/courses/csintro/algorithms/clear-screen-block.png)