Programming (Year 11)
Type Conversion
In Python, which function can be used to convert a string to an integer?
int()
str()
float()
type()