Coding in Python 06 - Converting Data Types
Jump to navigation
Jump to search
Overview
In the sixth video of the Coding in Python series, we take a look at how to convert data types from one to another.
Relevant Links |
---|
Original Video |
Commands Used in this Video
int() function, converts to an integer
int()
str() function, converts to a string
str()