vibbits / gentle-hands-on-python

Course materials for the 'Gentle hands-on introduction to Python programming'.
Other
9 stars 8 forks source link

Exercise 6-3: Factorial equation is wrong #86

Closed MaybeJustJames closed 2 years ago

MaybeJustJames commented 2 years ago

(n - 3) should be (n - 2)