Python does not have a do-while loop. You can however simulate # it by using a while loop over True and breaking when a certain # condition is met.
確定! 回上一頁