This lesson is in the early stages of development (Alpha version)

Taking a jog down memory lane

Overview

Teaching: 10 min
Exercises: 10 min
Questions
  • What are we trying to do by the end of the session?

  • What have we covered in the session yesterday?

Objectives
  • Recap key concepts covered in Day 1

Key Points

  • Variables are pieces of data held in memory.

  • Different data types behave differently; Python does not care about the correctness of your output, only the correctness of your input.

  • Conditional evaluation provides a tool for us to control program flow.