1.

What is the output of the function shown below? re.sub('Y', 'X', 'AAAAAA', count=2)

A. YXAAAA’
B. (‘YXAAAA’)
C. (‘AAAAAA’)
D. ‘AAAAAA’
Answer» E.


Discussion

No Comment Found