If you don't want to use recursion you can change your while loop into a for of loop and use a generator function for maintaining done state.
確定! 回上一頁