You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In playground/test.py there is a function that computes the faculty of a number. It uses recursion. It would be great if the function worked iteratively instead.