Please enable JavaScript to use CodeHS

Teaching Intro to Computer Science in Python 3

Lesson 4.2 Variables and Types

Description

In this video, students will learn about a fundamental aspect of every programming language: Variables. A variable is something that stores information in a program that you can use later. More specifically, a variable has 3 things: a name, type, and value. One of the variables students will be presented is Greeting.


Objective

SWBAT define Python variables and types.