What is type conversion in Python?

Hi,
I need to know what is type conversion in python

It is converting one data type into another. For example converting a string with a number into an integer, so that you can perform calculations on it.

Here is some further reading on the topic