My solution: afactaral = lambda n:(n>0 and ((n==0 and 1)+n)*afactaral(n-1))+(n==0 and 1) -
is wrong, answer "Your code maybe returns correct answers, but it contains forbidden characters."
But i not used letters "eiou". Why wrong?
Created at: 2016/02/18 09:32; Updated at: 2016/08/08 16:49