Vidyalelo
Python · Q77

Regular Expressions in Python

Programming · Python · question 77

Q77

Which of the following functions creates a Python object?

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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board