The answer is obviously because programmers want to be able to write
f”{n} result{‘s’ if n == 1 else ‘’}”
Must be the same programmers that make it impossible for me to sign into places with all the diacritics in my name.
> f"{n} result{'s' if n == 1 else ''}"
n>1 is even shorter than n!=1
(also you wrote == instead of != your code is backwards)
Then they had best steer well clear of Poland.