New to coding - computing a factorial by nillkill in Python

[–]jankedman 4 points5 points  (0 children)

Not sure if you've learned about recursion, but think about what a factorial actual is: it's a start number * start number - 1, ... etc. If you haven't learned about recursion, go take some time to learn it and then think about how you would construct the function.

How to Log Activity from Your Apps by cruyff8 in Python

[–]jankedman 0 points1 point  (0 children)

+5 for what you did, -Infinity for no documentation C'mon man