Vidyalelo
Python · Q34

Regular Expressions in Python

Programming · Python · question 34

Q34

The expression a5 will match . . . . . . . . characters with the previous regular expression.

A.
5 or less
B.
exactly 5
Answer
C.
5 or more
D.
exactly 4

Answer: Option B

Solution

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