Lesson 2
Two Steps
Sequence matters. The computer runs instructions in order.
1
We'll place two print blocks, one after the other.2
Watch as the second block connects below the first.3
Blocks connected in sequence run from top to bottom.4
The key insight: sequence = order of execution.Loading workspace...