1.

What is the output of the code shown below? re.split('[a-c]', '0a3B6', re.I)

A. Error
B. [‘a’, ‘B’]
C. [‘0’, ‘3B6’]
D. [‘a’]
Answer» D. [‘a’]


Discussion

No Comment Found