id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

david.white@denison.edu cs111fall2019 > factorial
prev  |  next  |  chance

Compute the factorial of the input. The factorial of n is simple 1 * 2 * 3 * ... * n.


factorial(1) → 1
factorial(3) → 6
factorial(5) → 120

...Save, Compile, Run (ctrl-enter)

def factorial(n):

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Python Help

Difficulty: 120 Post-solution available

Copyright Nick Parlante 2017 - privacy