

MCQOPTIONS
Saved Bookmarks
1. |
The difference between the functions re.sub and re.subn is that re.sub returns a _______________ whereas re.subn returns a __________________ |
A. | string, list |
B. | list, tuple |
C. | string, tuple |
D. | tuple, list |
Answer» D. tuple, list | |