Write yourself a note
In the sample code, some lines begin with #
. (This symbol has lots of names -- it's called sharp, hash, or pound, but it's always typed with shift-3.) The computer ignores all lines that begin with #
; they're comments so that you can remember what the code does. Try commenting out a line of code...