0 votes
in Python by
Which of the following expression is used to compile the pattern p?

i) re.assemble(p)

ii) re.create(p)

iii) re.regex(p)

iv) re.compile(p)

1 Answer

0 votes
by
correct answer is iv) re.compile(p)
...