Skip to content

Variables and expressions

Handout

Variables hold values

  • A variable stores a value so you can use it later.
  • In Python you write score = 10. The = means "store on the left".
  • You can change a variable by storing a new value into it.

Handout

Log in or create account

IGCSE & A-Level