Which Of The Following Will Result In An Error #961
Which of the following will result in an error?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Regular Expressions - Python Regular Expressions - Quiz No.2.
Which of the following will result in an error?
>>> p = re.compile("d") >>> p.search("door")
>>> p = re.escape(‘hello’)
>>> p = re.subn()
>>> p = re.purge()