Kursy
Zaloguj się
Zacznij uczyć się AI
Kursy
Zaloguj się
Zacznij uczyć się AI
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
res=1;n=4; def fact(n,res): if n==1: return res; return fact(n-1,n*res)
python3
recursion
tail_recursion
0 głosów
2 odpowiedzi
9th Jun 2020, 12:14 PM
Levi
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Popularne dzisiaj
Audio adding
1 Votes
playground input
0 Votes
What is problem in this code
0 Votes
Stuck in Quize
1 Votes
Software developer
0 Votes
This Program Does Something Weird. Can You Explain Why?
1 Votes
C Program
0 Votes
How I can use div
0 Votes
Asking for final year project ideas!
1 Votes
TIPS From Veterans
1 Votes