Please enable JavaScript to use CodeHS

Coding in Math

Lesson 4.3 Variables and Arrays

Description

In this lesson, students learn about variables and NumPy arrays in order to improve control and efficiency within their programs.


Objective

Students will be able to:

  • Conceptually understand what variables and arrays are.
  • Store single values in variables and 2+ values in arrays.
  • Use variables and arrays in their programs.
  • Access single values stored within an array.