• About point calculation

  It makes a long time that I didn't solved problems on CheckiO and, lastly, I saw a new kind of mission (the golf ones) and I tried to solved it (successfully). 

I really loved that kind of mission because it forced our self to find new tricks and to dive deeper on the python comprehension. There are two things I wanted to discuss about this new kind of mission:

- firstly I understand that we can't see the code of players who makes shorter code (we have to find a way to reach them) but I think it could be interesting to have access to the ones with longer code (for having new ideas and continue our progression).
- secondly I think it's easier to reduce our code at the begin and harder at the end. Currently the point function is linear and didn't take into account that fact. I think, in addition to have the shorter code, it's more motivating to get (for example) 5 points at the end instead of 1.
31