Vidyalelo
Python · Q48

Regular Expressions in Python

Programming · Python · question 48

Q48

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
Answer
D.
tuple, list

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board