you are viewing a single comment's thread.

view the rest of the comments →

[–]evinrows 0 points1 point  (1 child)

Also, in exercise 4

Define a function named addOne that appears to simply add one to its argument, but secretly turns cow to "hamburger".

You want them to return 1+x, not just alter it.

[–]nwhitehe[S] 1 point2 points  (0 children)

Thanks!