Python | Variables Quiz | Question 10

Last Updated :
Discuss
Comments

How do you convert a string to an integer in Python?

int(string)

convert(int, string)

str_to_int(string)

stringToInt(string)

Share your thoughts in the comments