For the same reason as
>>> "".count("")
1
>>> "ab".count("")
3This is counting slice positions, which is one more that the length of the string. -- http://mail.python.org/mailman/listinfo/python-list
For the same reason as
>>> "".count("")
1
>>> "ab".count("")
3This is counting slice positions, which is one more that the length of the string. -- http://mail.python.org/mailman/listinfo/python-list