

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the code shown below? m = re.search('a', 'The blue umbrella') m.re.pattern |
A. | {} |
B. | ‘The blue umbrella’ |
C. | ‘a’ |
D. | No output |
Answer» D. No output | |