Vidyalelo
Python · Q35

Regular Expressions in Python

Programming · Python · question 35

Q35

What is the purpose of the re.VERBOSE flag in Python?

A.
It allows you to write more readable and organized regular expressions
Answer
B.
It compiles a regular expression
C.
It converts strings to regular expressions
D.
It specifies a starting position

Answer: Option A

Solution

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