Recursive function in python #shorts

preview_player
Показать описание
#shorts
Рекомендации по теме
Комментарии
Автор

Like haskell
fact n | n < 2 = 1
| otherwise = n * fact (n-1)

alexsandrzhemanov
visit shbcf.ru