Vidyalelo
Python · Q68

Regular Expressions in Python

Programming · Python · question 68

Q68

What will be the output of the following Python code? re.fullmatch('hello', 'hello world')

A.
No output
Answer
B.
[]
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