Changes between Version 63 and Version 64 of ControlSystems/SoftwareTeam/IntroToPython


Ignore:
Timestamp:
Sep 4, 2017, 9:38:14 PM (8 years ago)
Author:
cdelgigante
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/IntroToPython

    v63 v64  
    4747And, boom, now you're a programmer.  The rest of learning how to code is just more details.  This is the end of Lesson 1.
    4848
    49 = Lesson 2:  Making Decisions =
     49= Lesson 2: Control Structures =
    5050In lesson 1, we had you create a program, "Hello World".  Now, "Hello World" is not too exciting if you want to program robots, but its an important first step.  We showed you how to run a function (or verb) `print`, which does something (shows on the screen the value of its argument `a`, where `a` is assigned the value "Hello World".
    5151