Q. Which function converts a string to an integer? (A) int() (B) str() (C) float() (D) bool() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) int() Explanation: `int()` converts a string or float to an integer.