1.

The output of the code shown below is: re.split('mum', 'mumbai*', 1)

A. Error
B. [”, ‘bai*’]
C. [”, ‘bai’]
D. [”, ‘bai’]
Answer» C. [”, ‘bai’]


Discussion

No Comment Found