Changes between Version 3 and Version 4 of ControlSystems/SoftwareTeam/IntroToPython


Ignore:
Timestamp:
Sep 2, 2017, 8:07:11 PM (8 years ago)
Author:
cdelgigante
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/IntroToPython

    v3 v4  
    4040
    4141Like all programming languages, Java allows you to combine groups of commands into a single unit that forms an abstraction.  For example, the words shown above that draw a square could be combined into a single new word that can be used to replace the individual words.  This allows programs to be built with increasing abstraction so high level concepts such as 'put the ring on the peg' can be expressed clearly and concisely.
     42
     43Assignment
     44Conditionals
     45Looping
     46Libraries
     47
     48Rio.