The difference between the functions re.sub and re.subn is that re.sub returns a _______________ whereas re.subn returns a __________________

The difference between the functions re.sub and re.subn is that re.sub returns a _______________ whereas re.subn returns a __________________ Correct Answer string, tuple

The difference the functions re.sub and re.subn is that re.sub returns a string whereas re.subn returns a tuple.

Related Questions