n Python an strings can be converted into a integer using the built-in int()
function. The int() function takes in any python data type and converts it into a integer. But use of the int()
function is not the only way to do so. This type of conversion can also be done using the float()
keyword, as a float value can be used to compute with integers.
