Please enable JavaScript to use CodeHS

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

Lesson 6.3 Cómo Indentar tu Código

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.