1. What are while loops in Python? while loop executes a statement block again and again until the given condition is true or satisfied.
確定! 回上一頁