1.4.1

Variables & Constants

Test yourself

Variables and Constants

Variables and constants allow us to store results in the main store.

Illustrative background for VariablesIllustrative background for Variables ?? "content

Variables

  • Variables are named spaces in the memory where data can be stored.
  • The value of a variable is the data stored inside it.
  • The value can change whilst the program is running.
Illustrative background for ConstantsIllustrative background for Constants ?? "content

Constants

  • Constants are similar to variables, but the value cannot change whilst the program is running.
  • Constants make the code easier to read.
Illustrative background for AssignmentIllustrative background for Assignment ?? "content

Assignment

  • To use a variable, we give it a name and a value. For example:
    • x = 50
  • We can then use this variable in other expressions by using its identifier (name).

Jump to other topics

1Introduction to Python

2Data Structures

2.1Lists & Strings

2.2File Handling

3Modularity

3.1Subroutines

3.2Data Flow

4Good Practice

4.1Naming & Whitespace

4.2Comments

4.3Exceptions

Go student ad image

Unlock your full potential with GoStudent tutoring

  • Affordable 1:1 tutoring from the comfort of your home

  • Tutors are matched to your specific learning needs

  • 30+ school subjects covered

Book a free trial lesson