Please enable JavaScript to use CodeHS

Intro to Programming with Karel the Dog (Español)

Description

Control structures (like loops and if statements) are useful in building programs that can be applied in various Karel worlds. This lesson is designed to test students’ knowledge of control structures in preparation for the upcoming Karel challenges.

Description

Indentation is especially important when using multiple loops, functions, and if statements to show the structure of the code. The indentation gives you a good visual way to see what commands are inside vs. outside of a loop or if statement.