Variables

A first important idea in programming in python is variables. Don't be confused by the name "variable" - it is not at all like an unknown value in mathematics. Instead, the purpose of a variable is to have a named place in memory to store information you are using within your program. This chapter covers how to create and use variables.