The break statement is used to terminate a loop in Python. It is usually used inside an if statement that defines the condition for breaking out of the loop ...
確定! 回上一頁