No worries! We were all like that sometimes
Thank you very much for being that extra pair of eyes! I sometimes look at some piece of code so long it just seems right to me.
You are missing a return on your else, since it won't return a value otherwise
return
else
Use Python 3.8. Any PU mark solve please
does anyone know what the fuck "ModuleNotFoundError: No module named 'codewars_test'" is?
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
No worries! We were all like that sometimes
Thank you very much for being that extra pair of eyes! I sometimes look at some piece of code so long it just seems right to me.
You are missing a
return
on yourelse
, since it won't return a value otherwiseUse Python 3.8. Any PU mark solve please
does anyone know what the fuck "ModuleNotFoundError: No module named 'codewars_test'" is?
This comment is hidden because it contains spoiler information about the solution