1.

The output of the code shown below: re.escape('new**world')

A. ‘new world’
B. ‘new**world’
C. ‘**’
D. ‘new’, ‘*’, ‘*’, ‘world’
Answer» C. ‘**’


Discussion

No Comment Found