The difference between the functions re.sub and re.subn is that re.sub returns a _______________ whereas re.subn returns
Posted: Wed Jul 13, 2022 7:45 pm
a) string, list
b) list, tuple
c) string, tuple
d) tuple, list
b) list, tuple
c) string, tuple
d) tuple, list