Break statement used to discontinue the loop whenever required. Whenever a break statement is encountered. Python stops executing the loop. Come out of the loop ...
確定! 回上一頁