Making decisionsIntro

Programming foundations · lesson 2

So far your code does the same thing every time.

Real programs make choices. “If you are old enough, you can vote.” “If the light is red, stop.” You already think like this all day. Now you will teach a computer to do it, with one little word: if.

Still Python. Still no setup.

Tap Start.

Quick, honest: how does this feel right now?