Message 355566 - Python tracker (original) (raw)
What result would you expect of
"" in ""
and"".count("")
?
I don't suggest to change these operator and method:
"" in "" True "".count("") 1
What result would you expect of
"" in ""
and"".count("")
?
I don't suggest to change these operator and method:
"" in "" True "".count("") 1