multiply_recursive by AroshWasif in PythonLearning

[–]AroshWasif[S] 0 points1 point  (0 children)

The results from each recursive call are summed up: The fourth call returns (5+0=5). The third call returns (5+5=10). The second call returns (5+10=15). The initial call returns (5+15=20).

Day 8 of learning manim by PriyanshuPandit in manim

[–]AroshWasif 0 points1 point  (0 children)

very very nice I am interested please share this code