Converting Types in Python (PLAB-PYTH)

Welcome to the Converting Types in Python practice lab. In this module, you will be provided with the instructions and devices needed to develop your hands-on skills.

Overview

Learning Outcomes:

In this module, you will complete the following exercise:

  • Exercise 1 – Managing Data Type Conversions

After completing this lab, you will be able to:

  • Use the type() function to determine the data type of variables.
  • Perform data type conversions in Python.