It's pretty straightforward-looking stuff, but in the space of a few lines of code the students are exposed to many unfamiliar concepts: Data types (strings vs numbers, and converting between them) Functions, both built-in and the ones you write yourself Loops and if-else statements Operators It's a popular lesson, and even foreshadows future discussions of algorithms (the smartest students soon i
