Fixed wrong usage of find(). If find is negative, it returns -1 which
evaluates to "True". Correct usage is "if find(...) >= 0".
Showing
Please register or sign in to comment
evaluates to "True". Correct usage is "if find(...) >= 0".