Vidyalelo
Python · Q36

Regular Expressions in Python

Programming · Python · question 36

Q36

What will be the output of the following Python code? m = re.search('a', 'The blue umbrella') m.re.pattern

A.
{}
B.
'The blue umbrella'
C.
'a'
Answer
D.
No output

Answer: Option C

Solution

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