MrHaxtar

Results 1 issues of MrHaxtar

This is the bug in python count() function. ```pycon >>> a="I Iove python" >>> b=a.count("") >>> print(b) ``` So normally count function is used to check specific word into the...

docs