• Proposition not to count SPACES

Question related to mission Ghost Detect

 

Can someone explain, why it is necessary to count SPACES in code? I think this restriction is redundant, because if I want to make my code shorter I can remove spaces, e.g. instead a = b use a=b On one hand this approach is not PEP 8, but on the other hand spaces means nothing for "valuable code".