Vidyalelo
Python · Q78

Regular Expressions in Python

Programming · Python · question 78

Q78

Which of the following special characters represents a comment (that is, the contents of the parenthesis are simply ignores)?

A.
(?:...)
B.
(?=...)
C.
(?!...)
D.
(?#...)
Answer

Answer: Option D

Solution

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