2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-03 15:40:17 +00:00

_python/recursion

This commit is contained in:
Igor Chubin 2017-07-19 05:29:43 +00:00
parent 4cfbf51349
commit e0a494a321

View File

@ -1,4 +1,4 @@
# For what Recursion is, please check recursion
# For what Recursion is, please check theory/recursion
# Simple Factorial Python Recursion
def factorial(n) :