Please enable JavaScript to use CodeHS

Utah Computer Programming 1

Lesson 2.2 Variables and Types

Description

In this lesson, students will be reintroduced to the concept of variables, which store information in a program to be used later. Students will also learn about three different variable types- strings, integers, and floating point numbers.


Objective

Students will be able to:

  • Define Python variables and types