

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the code shown below? re.fullmatch('hello', 'hello world') |
A. | No output |
B. | [] |
C. | <_sre.SRE_Match object; span=(0, 5), match=hello> |
D. | Error |
Answer» B. [] | |