Please enable JavaScript to use CodeHS

Utah Introduction to Python 1 and 2

Lesson 5.2 Data Types

Description

In this lesson, students learn about 4 different data types and what kind of information they hold. They also learn how to use the type function to determine the data type of a value and use casting to switch values between different data types.


Objective

Students will be able to:

  • Categorize values into different data types (string, integer, floating point number, and boolean)
  • Use the type function to check the type of any value
  • Use str, int, and float to cast values to different data types