Please enable JavaScript to use CodeHS

Intro to Computer Science in Python 3

Lesson 3.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