Coding in Python 06 – Converting Data Types

In the sixth video of the Coding in Python series, we take a look at how to convert data types from one to another.

YouTube player

int() function, converts to an integer

int()

str() function, converts to a string

str()