Q68
What will be the output of the following Python code? re.fullmatch('hello', 'hello world')
A.
No output
AnswerB.
[]
C.
<_sre.SRE_Match object; span=(0, 5), match='hello'>
D.
Error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board