1.

Which of the following will result in an error?

A. >>> p = re.compile(“d”) >>> p.search(“door”)
B. >>> p = re.escape(‘hello’)
C. >>> p = re.subn()
D. >>> p = re.purge()
Answer» D. >>> p = re.purge()


Discussion

No Comment Found