FrazArmy
FrazArmy copied to clipboard
Base condition on python code of lecture 1
The base condition was to return n when n==0 and that is not working. I changed it to return 1 instead of 0.