Courses
Log inStart Learning AI
Courses
Log inStart Learning AI

Q&A Discussions

res=1;n=4; def fact(n,res): if n==1: return res; return fact(n-1,n*res)
python3recursiontail_recursion
0 Votes
2 Answers
9th Jun 2020, 12:14 PM
Levi
Levi - avatar
Hot today
Audio adding
1 Votes
playground input
0 Votes
What is problem in this code
0 Votes
Stuck in Quize
1 Votes
This Program Does Something Weird. Can You Explain Why?
1 Votes
C Program
0 Votes
Software developer
0 Votes
Asking for final year project ideas!
1 Votes
TIPS From Veterans
1 Votes
How does JavaScript's event loop handle asynchronous operations like setTimeout, Promises, and async/await, and what are the dif
1 Votes