1.

Which of the following creates a pattern object?

A. re.create(str)
B. re.create(str)
C. re.compile(str)
D. re.assemble(str)
Answer» D. re.assemble(str)


Discussion

No Comment Found