Q89
Choose the function whose output can be: .
A.
>>> re.search('aaaa', "alohaaaa", 0)
AnswerB.
>>> re.match('aaaa', "alohaaaa", 0)
C.
>>> re.match('aaa', "alohaaa", 0)
D.
>>> re.search('aaa', "alohaaa", 0)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board