Changes between Version 3 and Version 4 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 2, 2017, 8:07:11 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v3 v4 40 40 41 41 Like 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 43 Assignment 44 Conditionals 45 Looping 46 Libraries 47 48 Rio.