Lucik wrote: > n=0 > while you_wish_to_eat > # eat couple of hotdogs > n = n+2 > return n # total number of hotdogs > No. The idea was to double the amount, not add 2 to it.