Section outline

  • Programming is all about moving and transforming data. During this process you need to store information in "containers" to fetch them later. These containers are the variables. The assignment operator '=' assigns values to variables. To interact with the real world the programs also need mechanisms to read information, called input and a way to bring the results out, called output.

    Language elements: =print | input | int | float