Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Recur_fact_stkovrflw
#python 3.5.2 def factorial(n): if n == 0: return 0 else: mul_sum = 1 for i in range(1, n + 1): mul_sum *= i return factorial(n-1) + mul_sum print(factorial (4))
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
List comprehension to search and add
f strings 2
Infinite Fibonacci generator
Circular progress bar tkinter
вправи в пайтон
ALAMOST DONUTZ dungeon
List problem - add items
Sieve of Eratosthenes
calculate the sum of string 201test70de88qa ( only numbers)
replace
stackse - search stackoverflow differently
Please log in to post a comment.