Q. Which module in Python is used for regular expressions?
β
Correct Answer: (C)
re
Explanation: The `re` module is used for working with regular expressions.