Q49
What will be the output of the following Python code? re.split('mum', 'mumbai*', 1)
A.
Error
B.
[", 'bai*']
AnswerC.
[", 'bai']
D.
['bai*']
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board