1.

What is the output of the code shown? re.subn('A', 'X', 'AAAAAA', count=4)

A. ‘XXXXAA, 4’
B. (‘AAAAAA’, 4)
C. (‘XXXXAA’, 4)
D. ‘AAAAAA, 4’
Answer» D. ‘AAAAAA, 4’


Discussion

No Comment Found