Mark As Completed Discussion

Build your intuition. Is this statement true or false?

Python provides support for regular expressions in the re module. To use regex in a program, we need to import this module at the start of our program. This module provides helpful functions that make the matching process easier.

Let's review basic Python with a short question! Would import re be a correct method to import the re module in Python?

Press true if you believe the statement is correct, or false otherwise.