Gerard Flanagan <[email protected]> wrote: > def count(text, *args):
Other than the ability to handle multiple substrings, you do realise you've effectively duplicated str.count()? -- http://mail.python.org/mailman/listinfo/python-list
Gerard Flanagan <[email protected]> wrote: > def count(text, *args):
Other than the ability to handle multiple substrings, you do realise you've effectively duplicated str.count()? -- http://mail.python.org/mailman/listinfo/python-list