what a built-in function do you use to convert a string into an integer?
Answers
Answered by
2
Explanation:
The int() function is a Python standard built-in function to convert the string into an integer value. You call it with the string containing the number as the argument, and it returns the number converted to an integer.
Plz mark as brainlist
It is an honest request
Similar questions