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 3 years ago

Answer: re.compile(p)