Programming (11th Grade)
Type Conversion
Which of the following is a Python built-in function to convert a string to an integer?
int()
str()
float()
char()
Next