Which of the following expression is used to compile the pattern p?

QuestionsCategory: Python 3Which of the following expression is used to compile the pattern p?
admin Staff asked 4 years ago

Answer: re.compile(p)